From 7829237b45ef2f94704fee8ca7e2be6256b29a29 Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Wed, 10 Apr 2024 16:50:35 +0200 Subject: [PATCH 1/2] improving readmes --- README-cuda.md | 9 ++++++--- README.md | 12 ++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/README-cuda.md b/README-cuda.md index 3634938..a1fd122 100644 --- a/README-cuda.md +++ b/README-cuda.md @@ -1,14 +1,17 @@ [ [Back to the main page](README.md) ] -*Tested with PyTorch 2.2.2 and CUDA 11.8 and 12.1* ## Prepare workflow to benchmark ABTF model on CUDA-based device -We expect that you already have CUDA driver installed +### Prerequisites + +* We expect that you already have CUDA driver installed +* Tested with PyTorch 2.2.2 and CUDA 11.8 and 12.1 + ### Detect or install CUDA toolkit and libraries -``bash +```bash cmr "get cuda _toolkit _cudnn" cmr "get cuda-devices" ``` diff --git a/README.md b/README.md index 06f58fc..f8bd0b6 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,18 @@ cm pull repo mlcommons@ck --checkout=dev cm pull repo mlcommons@cm4abtf --checkout=dev ``` +### Find repositories + +```bash +cm find repo +``` + +### Update all repositories at any time + +```bash +cm pull repo +``` + ## Download test ABTF model and image From 7587490f120a765cc0da59bd4ab86cfd979fdadb Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Wed, 10 Apr 2024 17:20:09 +0200 Subject: [PATCH 2/2] clean up --- README-cuda.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README-cuda.md b/README-cuda.md index a1fd122..dd7560c 100644 --- a/README-cuda.md +++ b/README-cuda.md @@ -9,6 +9,13 @@ * Tested with PyTorch 2.2.2 and CUDA 11.8 and 12.1 +### Build MLPerf loadgen + +```bash +cmr "get mlperf inference loadgen _copy" --version=main +``` + + ### Detect or install CUDA toolkit and libraries ```bash