Skip to content

Commit

Permalink
Align keras requirments fo torch (#2272)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampathweb authored Jan 5, 2024
1 parent dee594a commit 10504cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion requirements-tensorflow-cuda.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Tensorflow with cuda support.
--extra-index-url https://pypi.nvidia.com
tf-nightly[and-cuda]==2.16.0.dev20231221 # Pin a working nightly until rc0.

# Torch cpu-only version.
Expand Down
6 changes: 3 additions & 3 deletions requirements-torch-cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
torch==2.1.2+cu118
torchvision==0.16.2+cu118
--extra-index-url https://download.pytorch.org/whl/cu121
torch==2.1.2
torchvision==0.16.2

# Jax cpu-only version.
jax[cpu]
Expand Down

0 comments on commit 10504cb

Please sign in to comment.