Skip to content

Commit

Permalink
Try using torch nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinxzhao committed Jul 11, 2023
1 parent 60f1416 commit 8529f04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ jobs:
if [ "$PYTORCH" == "nightly" ]; then
extra_index_url=https://download.pytorch.org/whl/nightly/cpu
# TODO: https://github.com/ludwig-ai/ludwig/issues/3395
pip install --pre torch==2.1.0.dev20230508+cpu torchtext torchvision torchaudio --index-url $extra_index_url
pip install --pre torch torchtext torchvision torchaudio --index-url $extra_index_url
else
extra_index_url=https://download.pytorch.org/whl/cpu
pip install torch==$PYTORCH torchtext torchvision torchaudio --extra-index-url $extra_index_url
Expand Down

0 comments on commit 8529f04

Please sign in to comment.