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
5
5
sphinx-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
15
15
.. _torch_tensorrt_quickstart :
16
16
17
17
[Torch-TensorRT Quickstart] Compiling TorchScript Modules with ``torchtrtc ``
18
- ---------------------------------------------------------------------
18
+ ---------------------------------------------------------------------------------
19
19
20
20
An 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
21
21
``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 1
1
.. _runtime :
2
2
3
3
Deploying Torch-TensorRT Programs
4
- ===========================
4
+ ====================================
5
5
6
6
After compiling and saving Torch-TensorRT programs there is no longer a strict dependency on the full
7
7
Torch-TensorRT library. All that is required to run a compiled program is the runtime. There are therfore a couple
8
8
options to deploy your programs other than shipping the full Torch-TensorRT compiler with your applications.
9
9
10
10
Torch-TensorRT package / libtorchtrt.so
11
- ---------------------------------
11
+ --------------------------------------------
12
12
13
13
Once a program is compiled, you run it using the standard PyTorch APIs. All that is required is that the package
14
14
must be imported in python or linked in C++.
You can’t perform that action at this time.
0 commit comments