Skip to content

Commit 6e16e18

Browse files
committed
rocm
1 parent a56cc57 commit 6e16e18

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/benchmark_rocm_pytorch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
subset: [unquantized, bnb, awq, gptq]
36+
subset: [unquantized]
37+
# [unquantized, bnb, awq, gptq]
3738

3839
machine:
3940
[
40-
{ name: 1xA10, runs-on: { group: "aws-g5-4xlarge-plus" } },
41-
{ name: 1xT4, runs-on: { group: "aws-g4dn-2xlarge" } },
41+
{ name: 1xMI250, runs-on: [self-hosted, amd-gpu, single-gpu] },
4242
]
4343

4444
runs-on: ${{ matrix.machine.runs-on }}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,6 @@ wip/
189189
*.csv
190190
optimum-benchmark/
191191
pyrsmi/
192+
193+
requirements-dev.lock
194+
requirements.lock

0 commit comments

Comments
 (0)