Skip to content

Commit

Permalink
[BUGFIX] Pinning torch nightly to January 13, 2024 to avoid Attribute…
Browse files Browse the repository at this point in the history
…Error (#3885)
  • Loading branch information
alexsherstinsky committed Jan 16, 2024
1 parent 8e8f47b commit 31a3957
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ jobs:
if [ "$PYTORCH" == "nightly" ]; then
extra_index_url=https://download.pytorch.org/whl/nightly/cpu
pip install --pre torch torchdata torchtext torchvision torchaudio --index-url $extra_index_url
# This is being tracked as the Issue "https://github.com/ludwig-ai/ludwig/issues/3886" in Ludwig GitHub repository.
pip install --pre torch==2.3.0.dev20240111+cpu torchtext torchvision torchaudio --extra-index-url $extra_index_url
else
extra_index_url=https://download.pytorch.org/whl/cpu
Expand Down

0 comments on commit 31a3957

Please sign in to comment.