File tree 1 file changed +2
-2
lines changed
optimum/exporters/openvino
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ def patch_model_with_bettertransformer(model):
52
52
_openvino_version .split ("-" )[0 ] if is_openvino_version ("<=" , "2024.0.0-14509" ) else _openvino_version
53
53
)
54
54
log .warn (
55
- COLOR_RED + f"[WARNING] Stateful models are not supported with Transformers { _transformers_version } and "
56
- f"OpenVINO { display_version } . For good performance, consider using a nightly OpenVINO build: "
55
+ COLOR_RED + f"[WARNING] Stateful models are not supported for Llama and GPTBigCode with Transformers "
56
+ f"{ _transformers_version } and OpenVINO { display_version } . For good performance, consider using a nightly OpenVINO build: "
57
57
"https://docs.openvino.ai/2024/get-started/install-openvino.html. For models that do not need transformers "
58
58
"4.38+, it is also an option to downgrade transformers: `pip install transformers==4.37.2`" + COLOR_RESET
59
59
)
You can’t perform that action at this time.
0 commit comments