From 5496a365364e8eef3e53418ac7a091b8ad00a1e8 Mon Sep 17 00:00:00 2001 From: nimlgen <138685161+nimlgen@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:08:06 +0300 Subject: [PATCH] update red mlperf bert readme (#6969) --- .../bert/implementations/tinybox_green/README.md | 15 ++------------- .../bert/implementations/tinybox_red/README.md | 15 ++------------- 2 files changed, 4 insertions(+), 26 deletions(-) diff --git a/examples/mlperf/training_submission_v4.1/tinycorp/benchmarks/bert/implementations/tinybox_green/README.md b/examples/mlperf/training_submission_v4.1/tinycorp/benchmarks/bert/implementations/tinybox_green/README.md index bc5a52d5c7..e79373658a 100644 --- a/examples/mlperf/training_submission_v4.1/tinycorp/benchmarks/bert/implementations/tinybox_green/README.md +++ b/examples/mlperf/training_submission_v4.1/tinycorp/benchmarks/bert/implementations/tinybox_green/README.md @@ -19,19 +19,8 @@ Install the p2p driver per [README](https://github.com/tinygrad/open-gpu-kernel- This is the default on production tinybox green. ### tinybox_red -Disable cwsr -This is the default on production tinybox red. -``` -sudo vi /etc/modprobe.d/amdgpu.conf -cat < /etc/modprobe.d/amdgpu.conf -options amdgpu cwsr_enable=0 -EOF -sudo update-initramfs -u -sudo reboot - -# validate -sudo cat /sys/module/amdgpu/parameters/cwsr_enable #= 0 -``` +Disable cwsr + increase mes timeout. +Install the custom amdgpu driver per [README](https://github.com/nimlgen/amdgpu_ubuntu_22_04/blob/v6.1.3/readme.md) # 2. Directions diff --git a/examples/mlperf/training_submission_v4.1/tinycorp/benchmarks/bert/implementations/tinybox_red/README.md b/examples/mlperf/training_submission_v4.1/tinycorp/benchmarks/bert/implementations/tinybox_red/README.md index bc5a52d5c7..e79373658a 100644 --- a/examples/mlperf/training_submission_v4.1/tinycorp/benchmarks/bert/implementations/tinybox_red/README.md +++ b/examples/mlperf/training_submission_v4.1/tinycorp/benchmarks/bert/implementations/tinybox_red/README.md @@ -19,19 +19,8 @@ Install the p2p driver per [README](https://github.com/tinygrad/open-gpu-kernel- This is the default on production tinybox green. ### tinybox_red -Disable cwsr -This is the default on production tinybox red. -``` -sudo vi /etc/modprobe.d/amdgpu.conf -cat < /etc/modprobe.d/amdgpu.conf -options amdgpu cwsr_enable=0 -EOF -sudo update-initramfs -u -sudo reboot - -# validate -sudo cat /sys/module/amdgpu/parameters/cwsr_enable #= 0 -``` +Disable cwsr + increase mes timeout. +Install the custom amdgpu driver per [README](https://github.com/nimlgen/amdgpu_ubuntu_22_04/blob/v6.1.3/readme.md) # 2. Directions