Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jan 26, 2024
1 parent 19baeb3 commit 216a204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def check_model_availability(repo, filename):


test_dir = Path(__file__).parent
model_data = load_model_data(test_dir.parent / "all/models.json")
model_data = load_model_data(test_dir.parent / "serge-models/all/models.json")
checks = list(flatten_model_data(model_data))

@pytest.mark.parametrize("repo,filename", checks)
Expand Down

0 comments on commit 216a204

Please sign in to comment.