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 a80ea28 commit 3e985d5Copy full SHA for 3e985d5
requirements-torch-cuda.txt
@@ -3,9 +3,9 @@ tensorflow-cpu~=2.18
3
tensorflow-text~=2.18
4
5
# Torch with cuda support.
6
---extra-index-url https://download.pytorch.org/whl/cu121
7
-torch==2.6.0+cpu
8
-torchvision==0.21.0+cpu
+--extra-index-url https://download.pytorch.org/whl/cu126
+torch==2.6.0+cu126
+torchvision==0.21.0+cu126
9
10
# Jax cpu-only version.
11
jax[cpu]
requirements.txt
@@ -4,7 +4,7 @@ tensorflow-text~=2.18
# Torch.
--extra-index-url https://download.pytorch.org/whl/cpu
-torch>=2.1.0
+torch>=2.6.0
torchvision>=0.16.0
# Jax.
0 commit comments