From fcea941f9c8a3f22348506d49a8304bb135e0562 Mon Sep 17 00:00:00 2001 From: Yulong Wang Date: Thu, 14 May 2026 10:35:16 -0700 Subject: [PATCH] docs: Update nightly package install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94d5bc84ce..98954c0740 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ pip install torch-tensorrt Nightly versions of Torch-TensorRT are published on the PyTorch package index ```bash -pip install --pre torch-tensorrt --index-url https://download.pytorch.org/whl/nightly/cu130 +pip install --pre torch-tensorrt --index-url https://download.pytorch.org/whl/nightly/cu130 --extra-index-url https://pypi.org/simple ``` 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.