Skip to content

Commit c82492d

Browse files
HDCharlesmsaroufim
andauthored
Revert "Pin pt nightly CPU version" (#1075)
* 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>
1 parent b53694a commit c82492d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/regression_test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
gpu-arch-version: ""
6262
- name: CPU Nightly
6363
runs-on: linux.4xlarge
64-
torch-spec: '--pre torch==2.6.0.dev20241010+cpu --index-url https://download.pytorch.org/whl/nightly/cpu'
64+
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cpu'
6565
gpu-arch-type: "cpu"
6666
gpu-arch-version: ""
6767

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

0 commit comments

Comments
 (0)