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
3bb230d3
Commit
3bb230d3
authored
Dec 03, 2023
by
baberabb
Browse files
add tokenizer options to model_args
parent
d0dc5bf9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lm_eval/models/vllm_causallms.py
lm_eval/models/vllm_causallms.py
+2
-0
No files found.
lm_eval/models/vllm_causallms.py
View file @
3bb230d3
...
@@ -70,7 +70,9 @@ please install vllm via `pip install lm-eval[vllm]` or `pip install -e .[vllm]`"
...
@@ -70,7 +70,9 @@ please install vllm via `pip install lm-eval[vllm]` or `pip install -e .[vllm]`"
"gpu_memory_utilization"
:
float
(
gpu_memory_utilization
),
"gpu_memory_utilization"
:
float
(
gpu_memory_utilization
),
"revision"
:
revision
,
"revision"
:
revision
,
"dtype"
:
dtype
,
"dtype"
:
dtype
,
"tokenizer"
:
tokenizer
,
"tokenizer_mode"
:
tokenizer_mode
,
"tokenizer_mode"
:
tokenizer_mode
,
"tokenizer_revision"
:
tokenizer_revision
,
"trust_remote_code"
:
trust_remote_code
,
"trust_remote_code"
:
trust_remote_code
,
"tensor_parallel_size"
:
int
(
tensor_parallel_size
),
"tensor_parallel_size"
:
int
(
tensor_parallel_size
),
"swap_space"
:
int
(
swap_space
),
"swap_space"
:
int
(
swap_space
),
...
...
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