File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -453,8 +453,8 @@ jobs:
453
453
steps :
454
454
- name : Checkout Code
455
455
uses : actions/checkout@v4
456
- - name : Insert amdgpu
457
- run : sudo modprobe amdgpu
456
+ - name : Remove amdgpu
457
+ run : sudo rmmod amdgpu || true
458
458
- name : Symlink models and datasets
459
459
run : |
460
460
mkdir -p weights
@@ -472,10 +472,6 @@ jobs:
472
472
rm -f /tmp/staging.db /tmp/staging.db-shm /tmp/staging.db-wal
473
473
- name : reset process replay
474
474
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
479
475
- name : Train MNIST
480
476
run : time PYTHONPATH=. AMD=1 TARGET_EVAL_ACC_PCT=96.0 python3 examples/beautiful_mnist.py | tee beautiful_mnist.txt
481
477
- name : Run 10 CIFAR training steps
You can’t perform that action at this time.
0 commit comments