Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed May 1, 2024
1 parent cf02e3b commit febf3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/torch/test_hybrid_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def run_hybrid_llm_test(
for module_name in module_names:
module_dir_path = temp_dir_path / module_name
module_dir_files = set(str(elt.name) for elt in module_dir_path.glob("**/*"))
for file_name in ["client.zip", "server.zip", "versions.json"]:
for file_name in ["client.zip", "server.zip"]:
assert file_name in module_dir_files


Expand Down

0 comments on commit febf3ce

Please sign in to comment.