We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cffb06 commit 25215c6Copy full SHA for 25215c6
1 file changed
onnx_diagnostic/helpers/model_builder_helper.py
@@ -48,7 +48,7 @@ def download_model_builder_to_cache(
48
"phi.py",
49
"qwen.py",
50
"smollm.py",
51
- "whipser.py",
+ "whisper.py",
52
]:
53
u = f"{'/'.join(url.split('/')[:-1])}/builders/{subfile}"
54
response = requests.get(u)
0 commit comments