Skip to content

Commit 4bcf8bd

Browse files
QiliangCuix22x22
authored andcommitted
[TPU][Test] Rollback PR-21550. (vllm-project#21619)
Signed-off-by: Qiliang Cui <[email protected]> Signed-off-by: x22x22 <[email protected]>
1 parent b084cd2 commit 4bcf8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/v1/tpu/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_basic(
5959
# actually test chunked prompt
6060
max_num_batched_tokens=1024,
6161
max_model_len=8192,
62-
gpu_memory_utilization=0.95,
62+
gpu_memory_utilization=0.7,
6363
max_num_seqs=max_num_seqs,
6464
tensor_parallel_size=tensor_parallel_size) as vllm_model:
6565
vllm_outputs = vllm_model.generate_greedy(example_prompts,

0 commit comments

Comments
 (0)