We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9cb38 commit 3c8e4b4Copy full SHA for 3c8e4b4
1 file changed
.github/workflows/ci.yml
@@ -16,11 +16,11 @@ jobs:
16
timeout-minutes: 60
17
strategy:
18
matrix:
19
- runner: "amd-gfx942"
+ runner: "amd-gfx942-mi300"
20
include:
21
# - image: "rocm/rocm-6.4-py310-torch25-241101-3"
22
- image: "rocm/pytorch:rocm6.1_ubuntu22.04_py3.10_pytorch_2.4"
23
- runner: ["amd-gfx942"]
+ runner: ["amd-gfx942-mi300"]
24
env:
25
PYTHON: "python3"
26
0 commit comments