Skip to content

Commit

Permalink
Update pytorch version
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Nov 16, 2023
1 parent 3ad67ee commit a180dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
python -m pip install --upgrade pip
# cpu version of pytorch
pip install torch==1.13+cpu -f https://download.pytorch.org/whl/torch_stable.html
pip install torch==2.1.1 --index-url https://download.pytorch.org/whl/cpu
# Install Atari Roms
pip install autorom
Expand Down

0 comments on commit a180dee

Please sign in to comment.