[OpenVINO] migrate to latest dependencies versions (#7251)

This commit is contained in:
Ilya Lavrenov
2024-08-07 20:49:10 +04:00
committed by GitHub
parent b764547616
commit 80cbe10c59
4 changed files with 6 additions and 33 deletions

View File

@@ -57,7 +57,7 @@ Install from source
.. code-block:: console
$ PIP_EXTRA_INDEX_URL="https://download.pytorch.org/whl/cpu https://storage.openvinotoolkit.org/simple/wheels/pre-release" VLLM_TARGET_DEVICE=openvino python -m pip install -v .
$ PIP_EXTRA_INDEX_URL="https://download.pytorch.org/whl/cpu" VLLM_TARGET_DEVICE=openvino python -m pip install -v .
.. _openvino_backend_performance_tips: