mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 09:25:44 +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
|
# OpenVINO dependencies
|
||||||
torch >= 2.1.2
|
torch >= 2.1.2
|
||||||
openvino ~= 2024.3.0.dev
|
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.
|
triton >= 2.2.0 # FIXME(woosuk): This is a hack to avoid import error.
|
||||||
|
|||||||
@ -284,7 +284,7 @@ class LLMEngine:
|
|||||||
"quantization":
|
"quantization":
|
||||||
model_config.quantization,
|
model_config.quantization,
|
||||||
"kv_cache_dtype":
|
"kv_cache_dtype":
|
||||||
cache_config.cache_dtype,
|
str(cache_config.cache_dtype),
|
||||||
|
|
||||||
# Feature flags
|
# Feature flags
|
||||||
"enable_lora":
|
"enable_lora":
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user