mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 00:45:01 +08:00
[Bugfix] Fix usage stats logging exception warning with OpenVINO (#6349)
This commit is contained in:
parent
2b0fb53481
commit
adf32e0a0f
@ -4,6 +4,6 @@
|
||||
# OpenVINO dependencies
|
||||
torch >= 2.1.2
|
||||
openvino ~= 2024.3.0.dev
|
||||
optimum-intel[openvino] >= 1.17.2
|
||||
optimum-intel[openvino] >= 1.18.1
|
||||
|
||||
triton >= 2.2.0 # FIXME(woosuk): This is a hack to avoid import error.
|
||||
|
||||
@ -284,7 +284,7 @@ class LLMEngine:
|
||||
"quantization":
|
||||
model_config.quantization,
|
||||
"kv_cache_dtype":
|
||||
cache_config.cache_dtype,
|
||||
str(cache_config.cache_dtype),
|
||||
|
||||
# Feature flags
|
||||
"enable_lora":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user