Skip to content

Commit

Permalink
fix unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
irexyc committed Nov 5, 2024
1 parent c901f5b commit 47b0774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lmdeploy/test_auto_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def models(self):
('Qwen/Qwen-7B-Chat', True, True),
('Qwen/Qwen-VL-Chat', False, True),
('Qwen/Qwen1.5-4B-Chat', True, True),
('Qwen/Qwen1.5-0.5B-Chat', True, False),
('Qwen/Qwen1.5-0.5B-Chat', True, True),
]
return models

Expand Down

0 comments on commit 47b0774

Please sign in to comment.