Skip to content

Commit

Permalink
[Bugfix] Fix usage stats logging exception warning with OpenVINO (#6349)
Browse files Browse the repository at this point in the history
  • Loading branch information
helena-intel authored Jul 12, 2024
1 parent 2b0fb53 commit adf32e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-openvino.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion vllm/engine/llm_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def __init__(
"quantization":
model_config.quantization,
"kv_cache_dtype":
cache_config.cache_dtype,
str(cache_config.cache_dtype),

# Feature flags
"enable_lora":
Expand Down

0 comments on commit adf32e0

Please sign in to comment.