"tests/kernels/test_prefix_prefill.py" did not exist on "14cc317ba48229d93ee2417822d96ccb8db56abe"
openvino.txt 452 Bytes
Newer Older
1
# Common dependencies
2
-r common.txt
3

4
torch == 2.5.1 #  should be aligned with "common" vLLM torch version
5
6
openvino >= 2024.4.0 # since 2024.4.0 both CPU and GPU support Paged Attention

7
8
optimum @ git+https://github.com/huggingface/optimum.git # latest optimum is used to support latest transformers version
optimum-intel[nncf] @ git+https://github.com/huggingface/optimum-intel.git # latest optimum-intel is used to support latest transformers version