From a325bd8d5424e59124075e0ea0b5284be319fba7 Mon Sep 17 00:00:00 2001 From: Arnav Garg <106701836+arnavgarg1@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:27:59 -0500 Subject: [PATCH] [Maintenance] Remove torchdata pin for nightly install (#3855) --- .github/workflows/pytest.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 54fc369bc25..1edbe4b0614 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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