We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 139e2f1 commit a4a85b8Copy full SHA for a4a85b8
tools/who_what_benchmark/tests/conftest.py
@@ -80,7 +80,7 @@ def convert_model(model_name):
80
81
model_id = model_name.split("/")[1]
82
convert_args = MODELS[model_id]["convert_args"]
83
- model_path = Path(models_dir) / model_id
+ model_path = Path(models_dir) / model_id / model_name
84
85
manager = AtomicDownloadManager(model_path)
86
0 commit comments