Unverified Commit ac0675ff authored by Micah Williamson's avatar Micah Williamson Committed by GitHub
Browse files

[CI] Allow Deprecated Quantization For LM Eval Tests (#32065)


Signed-off-by: default avatarMicah Williamson <micah.williamson@amd.com>
parent e18464a5
...@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment