Skip to content

Commit

Permalink
[Maintenance] Remove torchdata pin for nightly install (ludwig-ai#3855)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavgarg1 authored Jan 11, 2024
1 parent 926c37e commit a325bd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ jobs:
if [ "$PYTORCH" == "nightly" ]; then
extra_index_url=https://download.pytorch.org/whl/nightly/cpu
# Temporary Fix - remove torchdata once https://github.com/pytorch/text/pull/2218 lands.
pip install torchdata --extra-index-url https://download.pytorch.org/whl/cpu
pip install --pre torch torchdata torchtext torchvision torchaudio --index-url $extra_index_url
else
Expand Down

0 comments on commit a325bd8

Please sign in to comment.