Skip to content

Commit d312b0a

Browse files
[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>
1 parent ba12ff1 commit d312b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/dev/conditional_compilation.md

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ The differences are only in the code usage analysis step. The analysis step shou
7777
## Limitations
7878

7979
* 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.
8081

8182
## See also
8283
* [OpenVINO™ README](../../README.md)

0 commit comments

Comments
 (0)