Skip to content
Merged
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
3 changes: 2 additions & 1 deletion vllm_gaudi/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ def set_torch_compile(cls) -> None:
os.environ['PT_HPU_ENABLE_LAZY_COLLECTIVES'] = 'true'

@classmethod
def is_kv_cache_dtype_supported(cls, kv_cache_dtype: str) -> bool:
def is_kv_cache_dtype_supported(cls, kv_cache_dtype: str,
model_config: ModelConfig) -> bool:
return kv_cache_dtype == "fp8_inc"

@classmethod
Expand Down