Skip to content

Commit 10504cb

Browse files
authored
Align keras requirments fo torch (#2272)
1 parent dee594a commit 10504cb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

requirements-tensorflow-cuda.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Tensorflow with cuda support.
2-
--extra-index-url https://pypi.nvidia.com
32
tf-nightly[and-cuda]==2.16.0.dev20231221 # Pin a working nightly until rc0.
43

54
# Torch cpu-only version.

requirements-torch-cuda.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
tf-nightly-cpu==2.16.0.dev20231221 # Pin a working nightly until rc0.
33

44
# Torch with cuda support.
5-
--extra-index-url https://download.pytorch.org/whl/cu118
6-
torch==2.1.2+cu118
7-
torchvision==0.16.2+cu118
5+
--extra-index-url https://download.pytorch.org/whl/cu121
6+
torch==2.1.2
7+
torchvision==0.16.2
88

99
# Jax cpu-only version.
1010
jax[cpu]

0 commit comments

Comments
 (0)