Skip to content

Commit b24893c

Browse files
committed
Review changes
Signed-off-by: Xin Yang <[email protected]>
1 parent 641ef14 commit b24893c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/lora/test_gptoss_tp.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def test_gpt_oss_lora(gptoss20b_lora_files):
7777
max_loras=4,
7878
max_lora_rank=8,
7979
compilation_config=vllm.config.CompilationConfig( # Avoid OOM
80-
max_cudagraph_capture_size=48,
8180
cudagraph_specialize_lora=False,
8281
),
8382
)
@@ -99,7 +98,6 @@ def test_gpt_oss_lora_tp2(gptoss20b_lora_files, fully_sharded_loras):
9998
tensor_parallel_size=2,
10099
fully_sharded_loras=fully_sharded_loras,
101100
compilation_config=vllm.config.CompilationConfig( # Avoid OOM
102-
max_cudagraph_capture_size=48,
103101
cudagraph_specialize_lora=False,
104102
),
105103
)

0 commit comments

Comments
 (0)