Skip to content

Commit a4a85b8

Browse files
authored
Update conftest.py
1 parent 139e2f1 commit a4a85b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/who_what_benchmark/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def convert_model(model_name):
8080

8181
model_id = model_name.split("/")[1]
8282
convert_args = MODELS[model_id]["convert_args"]
83-
model_path = Path(models_dir) / model_id
83+
model_path = Path(models_dir) / model_id / model_name
8484

8585
manager = AtomicDownloadManager(model_path)
8686

0 commit comments

Comments
 (0)