Skip to content

Commit 0a27f03

Browse files
committed
fix
Signed-off-by: Icey <1790571317@qq.com>
1 parent ff777d6 commit 0a27f03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/e2e/singlecard/models/configs/Qwen2.5-VL-7B-Instruct.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ tasks:
66
- name: "acc,none"
77
value: 0.51
88
max_model_len: 8192
9+
gpu_memory_utilization: 0.6

tests/e2e/singlecard/models/test_lm_eval_correctness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def build_model_args(eval_config, tp_size):
4343
"trust_remote_code": trust_remote_code,
4444
"max_model_len": max_model_len,
4545
}
46-
for s in ["max_images"]:
46+
for s in ["max_images", "gpu_memory_utilization"]:
4747
val = eval_config.get(s, None)
4848
if val:
4949
model_args[s] = val

0 commit comments

Comments
 (0)