Skip to content

Commit 0d948fb

Browse files
committed
unpin torch
1 parent 521da10 commit 0d948fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/float8_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
include:
2424
- name: SM-89
2525
runs-on: amz2023.linux.g6.4xlarge.experimental.nvidia.gpu
26+
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
2627
gpu-arch-type: "cuda"
2728
gpu-arch-version: "12.1"
2829

@@ -39,7 +40,7 @@ jobs:
3940
yum install -y devtoolset-10-binutils
4041
export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH
4142
python -m pip install --upgrade pip
42-
pip install torch
43+
pip install ${{ matrix.torch-spec }}
4344
pip install -r dev-requirements.txt
4445
pip install .
4546
pytest test/float8 --verbose -s

0 commit comments

Comments
 (0)