use the stable index for nvidia for now since nightlies don't resolve correctly

This commit is contained in:
Benjamin Berman 2023-08-03 08:23:17 -07:00
parent dc4289dbb9
commit 5af026f1f6

View File

@ -33,7 +33,7 @@ amd_torch_index = "https://download.pytorch.org/whl/rocm5.4.2"
The package index to torch built with CUDA.
Observe the CUDA version is in this URL.
"""
nvidia_torch_index = "https://download.pytorch.org/whl/nightly/cu118"
nvidia_torch_index = "https://download.pytorch.org/whl/cu118"
"""
The package index to torch built against CPU features.