File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 16
16
name : test-cuda12.6-py${{ matrix.python-version }}-a10g
17
17
18
18
container :
19
- image : pytorch/almalinux-builder:cuda12.6
19
+ image : nvidia/cuda:12.6.3-devel-ubuntu24.04
20
20
options : --gpus all
21
21
22
22
runs-on : linux.g5.4xlarge.nvidia.gpu
@@ -54,17 +54,15 @@ jobs:
54
54
restore-keys : |
55
55
${{ runner.os }}-deps-
56
56
57
- - name : Install CUDA
58
- run : |
59
- conda install nvidia/label/cuda-12.6.3::cuda-toolkit
60
-
61
57
- name : Install PyTorch
62
58
run : |
63
59
pip3 install -U --pre torch --index-url https://download.pytorch.org/whl/nightly/cu126
64
60
65
61
- name : Install Triton
66
62
if : steps.cache.outputs.cache-hit != 'true'
67
63
run : |
64
+ apt-get update
65
+ apt-get install -y git
68
66
./.github/scripts/install_triton.sh
69
67
70
68
- name : Install Requirements
You can’t perform that action at this time.
0 commit comments