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
libtorchCmd=`# Torch compile ${backend} not supported with Libtorch`;
228
+
229
+
if(opts.pm=="libtorch"){
230
+
returnlibtorchCmd;
231
+
}
232
+
if(backend=="openvino"){
233
+
if(opts.pm=="source"){
234
+
finalCmd+="# Follow instructions at this URL to build openvino from source: https://github.com/openvinotoolkit/openvino/blob/master/docs/dev/build.md"+"<br>";
finalCmd+="# Follow instructions at this URL to build onnxruntime from source: https://onnxruntime.ai/docs/build"+"<br>";
250
+
}
251
+
}
252
+
if(backend=="tvm"){
253
+
if(opts.pm=="source"){
254
+
finalCmd+="# Follow instructions at this URL to build tvm from source: https://tvm.apache.org/docs/install/from_source.html"+"<br>";
255
+
}
256
+
}
257
+
if(backend=="tensorrt"){
258
+
if(opts.pm=="source"){
259
+
finalCmd+="# Follow instructions at this URL to build tensorrt from source: https://pytorch.org/TensorRT/getting_started/installation.html#compiling-from-source"+"<br>";
0 commit comments