Skip to content

Commit

Permalink
Update docs for MLPerf inference v4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Jul 8, 2024
1 parent bc19ba1 commit 1f9bc3b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-submission-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python3 -m pip install cmind
cm pull repo mlcommons@ck
python3 -m pip install cm4mlops
git clone https://github.com/mlcommons/inference_results_v4.0 --depth 1
- name: Test MLPerf inference submission checker
run: |
Expand Down
4 changes: 4 additions & 0 deletions language/bert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Please run the following commands:

## Loadgen over the Network

```
pip install cm4mlops
```

The below CM command will launch the SUT server

```
Expand Down
7 changes: 5 additions & 2 deletions language/gpt-j/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ Please download the fine-tuned GPT-J checkpoint using the instructions below. Th
The following MLCommons CM commands can be used to programmatically download the model checkpoint.

```
pip install cmind
cm pull repo mlcommons@ck
pip install cm4mlops
cm run script --tags=get,ml-model,gptj,_pytorch,_rclone -j
```

Expand Down Expand Up @@ -139,6 +138,10 @@ Intel expressly disclaims the accuracy, adequacy, or completeness of any data, d

## Loadgen over the Network

```
pip install cm4mlops
```

The below CM command will launch the SUT server

```
Expand Down

0 comments on commit 1f9bc3b

Please sign in to comment.