File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,9 +231,9 @@ recommended commands:
231
231
+-------------------------------------------------------------+----------------------------------------------------------+--------------------------------------------------------------------+
232
232
| PyTorch Source | Recommended Python Compilation Command | Recommended C++ Compilation Command |
233
233
+=============================================================+==========================================================+====================================================================+
234
- | PyTorch whl file from PyTorch.org | python -m pip install . | bazel build //:libtorchtrt -c opt - -config pre_cxx11_abi |
234
+ | PyTorch whl file from PyTorch.org | python -m pip install . | bazel build //:libtorchtrt -c opt \-\ - config pre_cxx11_abi |
235
235
+-------------------------------------------------------------+----------------------------------------------------------+--------------------------------------------------------------------+
236
- | libtorch-shared-with-deps-*.zip from PyTorch.org | python -m pip install . | bazel build //:libtorchtrt -c opt - -config pre_cxx11_abi |
236
+ | libtorch-shared-with-deps-*.zip from PyTorch.org | python -m pip install . | bazel build //:libtorchtrt -c opt \-\ - config pre_cxx11_abi |
237
237
+-------------------------------------------------------------+----------------------------------------------------------+--------------------------------------------------------------------+
238
238
| libtorch-cxx11-abi-shared-with-deps-*.zip from PyTorch.org | python setup.py bdist_wheel --use-cxx11-abi | bazel build //:libtorchtrt -c opt |
239
239
+-------------------------------------------------------------+----------------------------------------------------------+--------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments