Skip to content

Commit

Permalink
Host dataset + add instructions to download it
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmpablo157321 committed Nov 27, 2024
1 parent f360438 commit 7f427a4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion language/llama3-405b/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,15 @@ rclone config create mlc-inference s3 provider=Cloudflare access_key_id=f65ba5ee
```
You can then navigate in the terminal to your desired download directory and run the following command to download the dataset:

**TODO: Host dataset and grant access to submitters**
```
rclone copy mlc-inference:mlcommons-inference-wg-public/llama3_405b/mlperf_llama3.1_405b_dataset_8313_processed_fp16_eval.pkl ./ -P
```

You can also download the calibration dataset from the Cloudflare R2 bucket by running the following command:

```
rclone copy mlc-inference:mlcommons-inference-wg-public/llama3_405b/mlperf_llama3.1_405b_calibration_dataset_512_processed_fp16_eval.pkl ./ -P
```

## Run Performance Benchmarks

Expand Down

0 comments on commit 7f427a4

Please sign in to comment.