You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your model is not in the above list, we will try to automatically convert the model using
493
+
:func:`vllm.model_executor.models.adapters.as_classification_model`. By default, the class probabilities are extracted from the softmaxed hidden state corresponding to the last token.
Copy file name to clipboardExpand all lines: requirements-openvino.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,5 @@
4
4
torch == 2.5.1 # should be aligned with "common" vLLM torch version
5
5
openvino >= 2024.4.0 # since 2024.4.0 both CPU and GPU support Paged Attention
6
6
7
-
optimum @ git+https://github.com/huggingface/optimum.git@main # latest optimum is used to support latest transformers version
8
-
optimum-intel[nncf] @ git+https://github.com/huggingface/optimum-intel.git@main # latest optimum-intel is used to support latest transformers version
7
+
optimum @ git+https://github.com/huggingface/optimum.git # latest optimum is used to support latest transformers version
8
+
optimum-intel[nncf] @ git+https://github.com/huggingface/optimum-intel.git # latest optimum-intel is used to support latest transformers version
0 commit comments