Skip to content

Commit

Permalink
Fix for pytorch install
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Oct 24, 2024
1 parent 497f5fe commit 6e37805
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
# Use uv for faster downloads
pip install uv
# cpu version of pytorch
uv pip install --system torch==2.1.1 --index-url https://download.pytorch.org/whl/cpu
# See https://github.com/astral-sh/uv/issues/1497
uv pip install --system torch==2.5.0.* --index https://download.pytorch.org/whl/cpu
# Install Atari Roms
uv pip install --system autorom
Expand Down

0 comments on commit 6e37805

Please sign in to comment.