Issue: Whisper ASR Model Not Loading on AMD MI-210 (ROCm 6.1) #2528
Unanswered
Sajid-Hameed63
asked this question in
Q&A
Replies: 1 comment 2 replies
-
See the code for Line 130 in 517a43e Note that Similarly, for this code: model = whisper.load_model("turbo").to("cpu") instead specify that you want to use device model = whisper.load_model("turbo", "cpu") I don't use ROCm myself, but see this past conversation here, FYI: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whisper ASR model fails to load on AMD MI-210 GPU (ROCm 6.1), but works fine on Nvidia RTX 4060 (CUDA 12.4).
System Details
Error Logs
Python Script
Key Observations
encoder.blocks.0.attn.query.weight
Request for Assistance
Any help would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions