Demo 影片:https://youtu.be/UUcuP7TpOQk

接續上次 0409 進度報告 tvm 實作遇到的問題

https://github.com/onnx/onnx/issues/4934

,我們有請教郭學長復刻實驗,學長使用的是 https://huggingface.co/onnx-community/whisper-tiny,後來有跟學長視訊 debug,更正的部分如下。

Screenshot 2025-04-22 at 10.41.06 PM.png

實作的部分則是在下面這個分頁

whisper-tiny

下面這張截圖則是剩餘一點點要debug的部分

Screenshot 2025-04-22 at 10.38.36 PM.png

還有學長提點要看的資料

  1. encoder/decoder architecture (盡量用 static shape)
  2. 看pip 套件 transformer >models>mode >mode_…py 的 code
  3. transformer architecture