From 107e616857ecb6ed9c203f677670d962b1b4ee95 Mon Sep 17 00:00:00 2001 From: nimlgen <138685161+nimlgen@users.noreply.github.com> Date: Sat, 8 Feb 2025 20:20:47 +0300 Subject: [PATCH] use am in training benchmarks (#8965) * am in training benchmarks * fix * not needed anymore --- .github/workflows/benchmark.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 3242451956..1e224788cc 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -453,8 +453,8 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v4 - - name: Insert amdgpu - run: sudo modprobe amdgpu + - name: Remove amdgpu + run: sudo rmmod amdgpu || true - name: Symlink models and datasets run: | mkdir -p weights @@ -472,10 +472,6 @@ jobs: rm -f /tmp/staging.db /tmp/staging.db-shm /tmp/staging.db-wal - name: reset process replay run: test/external/process_replay/reset.py - - name: setup perflevel - run: | - examples/mlperf/training_submission_v4.1/tinycorp/benchmarks/bert/implementations/tinybox_red/setup.sh - rocm-smi - name: Train MNIST run: time PYTHONPATH=. AMD=1 TARGET_EVAL_ACC_PCT=96.0 python3 examples/beautiful_mnist.py | tee beautiful_mnist.txt - name: Run 10 CIFAR training steps