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
Torch-TensorRT is also distributed in the ready-to-run [NVIDIA NGC PyTorch Container](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch) which has all dependencies with the proper versions and example notebooks included.
@@ -117,7 +117,7 @@ auto results = trt_mod.forward({input_tensor});
117
117
These are the following dependencies used to verify the testcases. Torch-TensorRT can work with other versions, but the tests are not guaranteed to pass.
118
118
119
119
- Bazel 6.3.2
120
-
- Libtorch 2.7.0.dev (latest nightly) (built with CUDA 12.8)
120
+
- Libtorch 2.8.0.dev (latest nightly) (built with CUDA 12.8)
If you use the ``uv`` (`https://docs.astral.sh/uv/ <https://docs.astral.sh/uv/>`_) tool to manage python and your projects, the command is slightly simpler
Building the C++ Library Standalone (TorchScript Only)
@@ -262,7 +262,7 @@ Build steps
262
262
263
263
* Open the app "x64 Native Tools Command Prompt for VS 2022" - note that Admin privileges may be necessary
264
264
* Ensure Bazelisk (Bazel launcher) is installed on your machine and available from the command line. Package installers such as Chocolatey can be used to install Bazelisk
265
-
* Install latest version of Torch (i.e. with ``pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124``)
265
+
* Install latest version of Torch (i.e. with ``pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128``)
266
266
* Clone the Torch-TensorRT repository and navigate to its root directory
267
267
* Run ``pip install ninja wheel setuptools``
268
268
* Run ``pip install --pre -r py/requirements.txt``
0 commit comments