Skip to content

Commit

Permalink
Rebase on ray 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinxzhao committed Jun 22, 2022
1 parent 5bb5c01 commit e087af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- python-version: 3.7
pytorch-version: 1.10.2
torchscript-version: 1.10.2
ray-version: 1.12.0
ray-version: 1.12.1
- python-version: 3.8
pytorch-version: 1.11.0
torchscript-version: 1.10.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_distributed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pyarrow==6.0.1 # https://github.com/ray-project/ray/issues/22310
# requirements for horovod
horovod[pytorch]>=0.24.0
# requirements for ray
ray[default,data,serve,tune]>=1.12.0
ray[default,data,serve,tune]>=1.12.1
pickle5; python_version <= '3.7'
tensorboardX<2.3
GPUtil
Expand Down

0 comments on commit e087af3

Please sign in to comment.