Upgrade to vllm 0.17.0 corex v4.1 overlay
This commit is contained in:
@@ -316,3 +316,9 @@ def supports_pdl(device: torch.device | None = None) -> bool:
|
||||
and current_platform.has_device_capability(90)
|
||||
and not envs.VLLM_LORA_DISABLE_PDL
|
||||
)
|
||||
|
||||
|
||||
@lru_cache
|
||||
def supports_tma(device: torch.device | None = None) -> bool:
|
||||
# TMA requires compute capability SM90 or above
|
||||
return current_platform.is_cuda() and current_platform.has_device_capability(90)
|
||||
|
||||
Reference in New Issue
Block a user