We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521da10 commit 0d948fbCopy full SHA for 0d948fb
.github/workflows/float8_test.yml
@@ -23,6 +23,7 @@ jobs:
23
include:
24
- name: SM-89
25
runs-on: amz2023.linux.g6.4xlarge.experimental.nvidia.gpu
26
+ torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
27
gpu-arch-type: "cuda"
28
gpu-arch-version: "12.1"
29
@@ -39,7 +40,7 @@ jobs:
39
40
yum install -y devtoolset-10-binutils
41
export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH
42
python -m pip install --upgrade pip
- pip install torch
43
+ pip install ${{ matrix.torch-spec }}
44
pip install -r dev-requirements.txt
45
pip install .
46
pytest test/float8 --verbose -s
0 commit comments