We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee594a commit 10504cbCopy full SHA for 10504cb
requirements-tensorflow-cuda.txt
@@ -1,5 +1,4 @@
1
# Tensorflow with cuda support.
2
---extra-index-url https://pypi.nvidia.com
3
tf-nightly[and-cuda]==2.16.0.dev20231221 # Pin a working nightly until rc0.
4
5
# Torch cpu-only version.
requirements-torch-cuda.txt
@@ -2,9 +2,9 @@
tf-nightly-cpu==2.16.0.dev20231221 # Pin a working nightly until rc0.
# Torch with cuda support.
---extra-index-url https://download.pytorch.org/whl/cu118
6
-torch==2.1.2+cu118
7
-torchvision==0.16.2+cu118
+--extra-index-url https://download.pytorch.org/whl/cu121
+torch==2.1.2
+torchvision==0.16.2
8
9
# Jax cpu-only version.
10
jax[cpu]
0 commit comments