Skip to content

Commit

Permalink
[DOC][CC] Only IR model is supported by CC for now, other model forma…
Browse files Browse the repository at this point in the history
…t 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>
  • Loading branch information
zhaixuejun1993 and peterchen-intel authored Jul 9, 2024
1 parent ba12ff1 commit d312b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/dev/conditional_compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ The differences are only in the code usage analysis step. The analysis step shou
## Limitations

* Currently, Ninja build system is not supported for the conditional compilation build.
* 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.

## See also
* [OpenVINO™ README](../../README.md)
Expand Down

0 comments on commit d312b0a

Please sign in to comment.