Skip to content

Commit b61922a

Browse files
committed
fix missing file in modelbuilder
1 parent e1f0c88 commit b61922a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

onnx_diagnostic/helpers/model_builder_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def download_model_builder_to_cache(
4848
"phi.py",
4949
"qwen.py",
5050
"smollm.py",
51+
"whipser.py",
5152
]:
5253
u = f"{'/'.join(url.split('/')[:-1])}/builders/{subfile}"
5354
response = requests.get(u)

0 commit comments

Comments
 (0)