Skip to content

Advantage/reasons of choosing backend for torch.compile: openvino vs. openvino_ts backend #23943

Answered by siddhant-0707
js333031 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @js333031,

torch.compile(model, backend='openvino') tends to be faster in all cases. Moreover openvino_ts will probably be removed in upcoming releases. You can learn why torch.compile which is equivalent to backend='openvino' is faster than torchscript here.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by js333031
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants