Skip to content

Commit

Permalink
Use +cpu version
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Oct 24, 2024
1 parent 6e37805 commit 94af853
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 @@ -34,7 +34,7 @@ jobs:
pip install uv
# cpu version of pytorch
# See https://github.com/astral-sh/uv/issues/1497
uv pip install --system torch==2.5.0.* --index https://download.pytorch.org/whl/cpu
uv pip install --system torch==2.5.0+cpu --index https://download.pytorch.org/whl/cpu
# Install Atari Roms
uv pip install --system autorom
Expand Down

0 comments on commit 94af853

Please sign in to comment.