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