2024-06-28 17:50:16 +04:00
|
|
|
# Common dependencies
|
2025-03-08 17:44:35 +01:00
|
|
|
-r common.txt
|
2024-06-28 17:50:16 +04:00
|
|
|
|
2024-11-04 18:11:28 -05:00
|
|
|
torch == 2.5.1 # should be aligned with "common" vLLM torch version
|
2024-10-10 21:18:58 +04:00
|
|
|
openvino >= 2024.4.0 # since 2024.4.0 both CPU and GPU support Paged Attention
|
|
|
|
|
2024-12-24 15:38:21 +04:00
|
|
|
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
|