Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
a40fe42a
"examples/pipe_ex_2.cpp" did not exist on "ae5388111631d8796114bddabb4678965dad6a2b"
Unverified
Commit
a40fe42a
authored
Feb 07, 2025
by
Baber Abbasi
Committed by
GitHub
Feb 08, 2025
Browse files
remove cuda device assertion (#2680)
parent
8fe3435a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
lm_eval/models/vllm_causallms.py
lm_eval/models/vllm_causallms.py
+0
-1
No files found.
lm_eval/models/vllm_causallms.py
View file @
a40fe42a
...
@@ -75,7 +75,6 @@ class VLLM(TemplateLM):
...
@@ -75,7 +75,6 @@ class VLLM(TemplateLM):
"Please install vllm via `pip install lm-eval[vllm]` or `pip install -e .[vllm]`"
"Please install vllm via `pip install lm-eval[vllm]` or `pip install -e .[vllm]`"
)
)
assert
"cuda"
in
device
or
device
is
None
,
"vLLM only supports CUDA"
assert
max_length
is
None
or
max_model_len
is
None
,
(
assert
max_length
is
None
or
max_model_len
is
None
,
(
"Either max_length or max_model_len may be provided, but not both"
"Either max_length or max_model_len may be provided, but not both"
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment