Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/models/test_oot_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_plugin(

with pytest.raises(Exception) as excinfo:
LLM(model=dummy_opt_path, load_format="dummy")
error_msg = "has no vLLM implementation and the Transformers implementation is not compatible with vLLM" # noqa: E501
error_msg = "Cannot find model module"
assert (error_msg in str(excinfo.value))


Expand Down