Skip to content

Commit 107e616

Browse files
authored
use am in training benchmarks (tinygrad#8965)
* am in training benchmarks * fix * not needed anymore
1 parent 79de980 commit 107e616

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/benchmark.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,8 @@ jobs:
453453
steps:
454454
- name: Checkout Code
455455
uses: actions/checkout@v4
456-
- name: Insert amdgpu
457-
run: sudo modprobe amdgpu
456+
- name: Remove amdgpu
457+
run: sudo rmmod amdgpu || true
458458
- name: Symlink models and datasets
459459
run: |
460460
mkdir -p weights
@@ -472,10 +472,6 @@ jobs:
472472
rm -f /tmp/staging.db /tmp/staging.db-shm /tmp/staging.db-wal
473473
- name: reset process replay
474474
run: test/external/process_replay/reset.py
475-
- name: setup perflevel
476-
run: |
477-
examples/mlperf/training_submission_v4.1/tinycorp/benchmarks/bert/implementations/tinybox_red/setup.sh
478-
rocm-smi
479475
- name: Train MNIST
480476
run: time PYTHONPATH=. AMD=1 TARGET_EVAL_ACC_PCT=96.0 python3 examples/beautiful_mnist.py | tee beautiful_mnist.txt
481477
- name: Run 10 CIFAR training steps

0 commit comments

Comments
 (0)