File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- sphinx == 3.1.2
2- breathe == 4.19.2
3- exhale
4- sphinx_rtd_theme == 0. 4.3
1+ sphinx == 4.3.0
2+ breathe == 4.31.0
3+ exhale == 0.2.3
4+ sphinx_rtd_theme == 4.3.0
55sphinx-material == 0.0.35
6- nbsphinx == 0.8.6
6+ nbsphinx == 0.8.7
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Please refer to `Creating TorchScript modules in Python <https://nvidia.github.i
1515.. _torch_tensorrt_quickstart :
1616
1717[Torch-TensorRT Quickstart] Compiling TorchScript Modules with ``torchtrtc ``
18- ---------------------------------------------------------------------
18+ ---------------------------------------------------------------------------------
1919
2020An easy way to get started with Torch-TensorRT and to check if your model can be supported without extra work is to run it through
2121``torchtrtc ``, which supports almost all features of the compiler from the command line including post training quantization
Original file line number Diff line number Diff line change 11.. _runtime :
22
33Deploying Torch-TensorRT Programs
4- ===========================
4+ ====================================
55
66After compiling and saving Torch-TensorRT programs there is no longer a strict dependency on the full
77Torch-TensorRT library. All that is required to run a compiled program is the runtime. There are therfore a couple
88options to deploy your programs other than shipping the full Torch-TensorRT compiler with your applications.
99
1010Torch-TensorRT package / libtorchtrt.so
11- ---------------------------------
11+ --------------------------------------------
1212
1313Once a program is compiled, you run it using the standard PyTorch APIs. All that is required is that the package
1414must be imported in python or linked in C++.
You can’t perform that action at this time.
0 commit comments