File tree Expand file tree Collapse file tree 3 files changed +4
-49
lines changed Expand file tree Collapse file tree 3 files changed +4
-49
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ OS=ubuntu
17
17
18
18
# set Dockerfile
19
19
DOCKERFILE=" ${OS} /Dockerfile"
20
- if [[ " $IMAGE_NAME " == * cuda* ]]; then
21
- DOCKERFILE=" ${OS} -cuda/Dockerfile"
22
- elif [[ " $IMAGE_NAME " == * rocm* ]]; then
20
+ if [[ " $IMAGE_NAME " == * rocm* ]]; then
23
21
DOCKERFILE=" ${OS} -rocm/Dockerfile"
24
22
fi
25
23
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- name : 8 GPU Integration Test at H100
1
+ name : 8 GPU Integration Test
2
2
3
3
on :
4
4
push :
@@ -17,13 +17,11 @@ defaults:
17
17
18
18
jobs :
19
19
build-test :
20
- uses : pytorch/test-infra/.github/workflows/linux_job .yml@main
20
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2 .yml@main
21
21
with :
22
22
runner : linux.rocm.gpu.mi300.8
23
23
gpu-arch-type : rocm
24
24
gpu-arch-version : " 6.4"
25
- # This image is faster to clone than the default, but it lacks CC needed by triton
26
- # (1m25s vs 2m37s).
27
25
docker-image : torchtitan-rocm-pytorch-nightly-ubuntu-22.04-clang19-py3
28
26
repository : pytorch/torchtitan
29
27
upload-artifact : outputs
33
31
USE_CPP=0 python -m pip install --pre torchao
34
32
35
33
mkdir artifacts-to-be-uploaded
36
- python ./tests/integration_tests_h100 .py artifacts-to-be-uploaded --ngpu 8
34
+ python ./tests/integration_tests .py artifacts-to-be-uploaded --ngpu 8
37
35
You can’t perform that action at this time.
0 commit comments