Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
ac0675ff
Unverified
Commit
ac0675ff
authored
Jan 09, 2026
by
Micah Williamson
Committed by
GitHub
Jan 09, 2026
Browse files
[CI] Allow Deprecated Quantization For LM Eval Tests (#32065)
Signed-off-by:
Micah Williamson
<
micah.williamson@amd.com
>
parent
e18464a5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.buildkite/lm-eval-harness/test_lm_eval_correctness.py
.buildkite/lm-eval-harness/test_lm_eval_correctness.py
+1
-0
No files found.
.buildkite/lm-eval-harness/test_lm_eval_correctness.py
View file @
ac0675ff
...
@@ -60,6 +60,7 @@ def launch_lm_eval(eval_config, tp_size):
...
@@ -60,6 +60,7 @@ def launch_lm_eval(eval_config, tp_size):
f
"add_bos_token=true,"
f
"add_bos_token=true,"
f
"trust_remote_code=
{
trust_remote_code
}
,"
f
"trust_remote_code=
{
trust_remote_code
}
,"
f
"max_model_len=
{
max_model_len
}
,"
f
"max_model_len=
{
max_model_len
}
,"
"allow_deprecated_quantization=True,"
)
)
env_vars
=
eval_config
.
get
(
"env_vars"
,
None
)
env_vars
=
eval_config
.
get
(
"env_vars"
,
None
)
...
...
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