Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Apr 10, 2024
1 parent 96b2de6 commit 0304d25
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
13 changes: 7 additions & 6 deletions README-cuda.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
* 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

Expand All @@ -23,6 +17,13 @@ cmr "get cuda _toolkit _cudnn"
cmr "get cuda-devices"
```

### Build MLPerf loadgen

```bash
cmr "get mlperf inference loadgen _copy" --version=main
```


### Install or detect PyTorch and PyTorchVision

#### CUDA 11.8
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,19 @@ cm pull repo mlcommons@ck --checkout=dev
cm pull repo mlcommons@cm4abtf --checkout=dev
```

### Find repositories
### Show installed CM repositories

```bash
cm find repo
cm show repo
```

### Fins a specific repo

```bash
cm find repo mlcommons@cm4abtf
```


### Update all repositories at any time

```bash
Expand Down

0 comments on commit 0304d25

Please sign in to comment.