Skip to content

Commit

Permalink
[ci/requirements] Upgrade torch to 2.0.1 (ray-project#37128)
Browse files Browse the repository at this point in the history
Torch 2.0 has been out for some time. We should upgrade our CI and docker images to ship with the latest version.

Signed-off-by: Kai Fricke <[email protected]>
  • Loading branch information
krfricke authored and Bhav00 committed Jul 28, 2023
1 parent 79859ab commit d0d0740
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/requirements/ml/dl-gpu-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# If you make changes below this line, please also make the corresponding changes to `dl-cpu-requirements.txt`!

tensorflow==2.11.0; sys_platform != 'darwin' or platform_machine != 'arm64'
tensorflow-macos==2.11.0; sys_platform == 'darwin' and platform_machine == 'arm64'
tensorflow-probability==0.19.0
tensorflow-datasets

--extra-index-url https://download.pytorch.org/whl/cu118 # for GPU versions of torch, torchvision
--find-links https://data.pyg.org/whl/torch-2.0.1+cu118.html # for GPU versions of torch-scatter, torch-sparse, torch-cluster, torch-spline-conv
# specifying explicit plus-notation below so pip overwrites the existing cpu verisons
Expand Down

0 comments on commit d0d0740

Please sign in to comment.