Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/vllm_lkg.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ee8a29511fc69e3f0f6291fa6ff1cf6e47f7750d
e5ff140216272c529261b02b6fd13fc480713735
1 change: 0 additions & 1 deletion tests/platforms/test_tpu_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class TestTpuPlatform:
def vllm_config(self):
cache_config = CacheConfig(block_size=16,
gpu_memory_utilization=0.9,
swap_space=4,
cache_dtype="fp8")

vllm_config = MagicMock(spec=VllmConfig)
Expand Down
1 change: 0 additions & 1 deletion tests/runner/test_kv_cache_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def _setup_runner(self, use_mla: bool = False):
cache_config = CacheConfig(
block_size=16,
gpu_memory_utilization=0.9,
swap_space=4,
cache_dtype="auto",
)
scheduler_config = SchedulerConfig(max_num_seqs=16,
Expand Down
1 change: 0 additions & 1 deletion tests/runner/test_multimodal_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def setup_method(self):
cache_config = CacheConfig(
block_size=16,
gpu_memory_utilization=0.9,
swap_space=4,
cache_dtype="auto",
)
scheduler_config = SchedulerConfig(max_num_seqs=16,
Expand Down
1 change: 0 additions & 1 deletion tests/runner/test_speculative_decoding_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def setup_method(self):
cache_config = CacheConfig(
block_size=16,
gpu_memory_utilization=0.9,
swap_space=4,
cache_dtype="auto",
)
scheduler_config = SchedulerConfig(max_num_seqs=16,
Expand Down
1 change: 0 additions & 1 deletion tests/runner/test_structured_decoding_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def setup_method(self):
cache_config = CacheConfig(
block_size=16,
gpu_memory_utilization=0.9,
swap_space=4,
cache_dtype="auto",
)
scheduler_config = SchedulerConfig(max_num_seqs=16,
Expand Down
2 changes: 0 additions & 2 deletions tests/runner/test_tpu_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def setup_method(self):
cache_config = CacheConfig(
block_size=16,
gpu_memory_utilization=0.9,
swap_space=4,
cache_dtype="auto",
)
scheduler_config = SchedulerConfig(max_num_seqs=16,
Expand Down Expand Up @@ -202,7 +201,6 @@ def setup_method(self):
cache_config = CacheConfig(
block_size=16,
gpu_memory_utilization=0.9,
swap_space=4,
cache_dtype="auto",
)
scheduler_config = SchedulerConfig(max_num_seqs=16,
Expand Down