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
[DOC][CC] Only IR model is supported by CC for now, other model format need to convert to IR first for enabling CC (openvinotoolkit#25448)
### Details:
- Modify the dev doc for cc limitation.
### Tickets:
- *CVS-136255*
---------
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
Co-authored-by: Chen Peter <peter.chen@intel.com>
Copy file name to clipboardexpand all lines: docs/dev/conditional_compilation.md
+1
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ The differences are only in the code usage analysis step. The analysis step shou
77
77
## Limitations
78
78
79
79
* Currently, Ninja build system is not supported for the conditional compilation build.
80
+
* Currently, conditional compilation supports OpenVINO IR models only. To enable conditional compilation, the models from alternative frameworks (PyTorch, TensorFlow, ONNX, etc.) need to be converted to OpenVINO IR models first.
0 commit comments