File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ jobs:
23
23
fail-fast : false
24
24
matrix :
25
25
include :
26
- - name : SM-89
27
- runs-on : linux.g6.4xlarge.experimental.nvidia.gpu
28
- torch-spec : ' --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
29
- gpu-arch-type : " cuda"
30
- gpu-arch-version : " 12.1"
26
+ # - name: SM-89
27
+ # runs-on: linux.g6.4xlarge.experimental.nvidia.gpu
28
+ # torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
29
+ # gpu-arch-type: "cuda"
30
+ # gpu-arch-version: "12.1"
31
31
- name : H100
32
32
runs-on : linux.aws.h100
33
33
torch-spec : ' --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
34
34
gpu-arch-type : " cuda"
35
- gpu-arch-version : " 12.1 "
35
+ gpu-arch-version : " 12.4 "
36
36
37
37
permissions :
38
38
id-token : write
52
52
pip install ${{ matrix.torch-spec }}
53
53
pip install -r dev-requirements.txt
54
54
pip install .
55
- pytest test/float8 --verbose -s
55
+ python -c "import torch; major, minor = torch.cuda.get_device_capability(); print(f'CUDA Arch Version: {major}.{minor}')"
56
+ # pytest test/float8 --verbose -s
You can’t perform that action at this time.
0 commit comments