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
Copy file name to clipboardexpand all lines: llm_bench/python/convert.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -1464,7 +1464,7 @@ def main():
1464
1464
add_stateful_model_arguments(parser)
1465
1465
1466
1466
args=parser.parse_args()
1467
-
log.info("[DEPRECATED] Not for production use! Please use the 'optimum-intel' to generate the IRs")
1467
+
log.warning("[DEPRECATED] Not for production use! Please use the 'optimum-intel' to generate the IRs. For details, please check: https://github.com/openvinotoolkit/openvino.genai/blob/master/llm_bench/python/README.md#2-convert-a-model-to-openvino-ir")
0 commit comments