From b8e8a3830b37fcd696e53fab01bffb58cdbde52b Mon Sep 17 00:00:00 2001 From: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> Date: Thu, 3 Sep 2026 14:10:54 -0400 Subject: [PATCH] (docs) Fix RTX Spark PyTorch index URL Update PyTorch installation command to use the correct NVIDIA index URL. --- docs/source/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.mdx b/docs/source/installation.mdx index a62640fb6..c38fa1530 100644 --- a/docs/source/installation.mdx +++ b/docs/source/installation.mdx @@ -83,7 +83,7 @@ pip install bitsandbytes > Install PyTorch from the NVIDIA PyPI index, then install bitsandbytes. > > ```bash -> pip install torch --index-url https://pypi.nvidia.com +> pip install torch --index-url https://pypi.nvidia.com/nvtorch_oot/ > pip install bitsandbytes > ```