Skip to content

Commit

Permalink
Revert "Pin pt nightly CPU version" (#1075)
Browse files Browse the repository at this point in the history
* Revert "Pin pt nightly CPU version (#1061)"

This reverts commit 4734eda.

* Set LD_LIBRARY_PATH

* Update regression_test.yml

---------

Co-authored-by: Mark Saroufim <marksaroufim@meta.com>
  • Loading branch information
HDCharles and msaroufim authored Oct 15, 2024
1 parent b53694a commit c82492d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
gpu-arch-version: ""
- name: CPU Nightly
runs-on: linux.4xlarge
torch-spec: '--pre torch==2.6.0.dev20241010+cpu --index-url https://download.pytorch.org/whl/nightly/cpu'
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cpu'
gpu-arch-type: "cpu"
gpu-arch-version: ""

Expand All @@ -81,4 +81,6 @@ jobs:
pip install ${{ matrix.torch-spec }}
pip install -r dev-requirements.txt
pip install .
export CONDA=$(dirname $(dirname $(which conda)))
export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH
pytest test --verbose -s

0 comments on commit c82492d

Please sign in to comment.