Skip to content

Commit

Permalink
chore(quality): format
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Jan 23, 2025
1 parent 3b17b72 commit 2613bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_folder_list_engines(rank: int):
("mistralai/Mistral-7B-v0.3", 4),
("Qwen/Qwen1.5-0.5B-Chat", 1),
("Qwen/Qwen2-1.5B", 1),
("Qwen/Qwen2.5-3B", 2)
("Qwen/Qwen2.5-3B", 2),
],
)
def test_save_engine_locally_and_reload(model_id: Tuple[str, int]):
Expand Down

0 comments on commit 2613bfa

Please sign in to comment.