Unverified Commit adf32e0a authored by Helena Kloosterman's avatar Helena Kloosterman Committed by GitHub
Browse files

[Bugfix] Fix usage stats logging exception warning with OpenVINO (#6349)

parent 2b0fb534
......@@ -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":
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment