Skip to content

Commit

Permalink
Add link to calibration dataset (mlcommons#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmpablo157321 authored Jun 18, 2024
1 parent 0a0f531 commit 44ae828
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions language/mixtral-8x7b/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,20 @@ Alternatively, you can simply cd into the folder where you want to place the dat
wget https://inference.mlcommons-storage.org/mixtral_8x7b%2F2024.06.06_mixtral_15k_v4.pkl
```

### Calibration dataset

#### Using Rclone
Rclone is installed, cd into the folder where you want to place the dataset and run:
```bash
rclone copyurl https://inference.mlcommons-storage.org/mixtral_8x7b%2F2024.06.06_mixtral_15k_calibration_v4.pkl ./ -a -P
```

#### Using wget

Alternatively, you can simply cd into the folder where you want to place the dataset and run
```bash
wget https://inference.mlcommons-storage.org/mixtral_8x7b%2F2024.06.06_mixtral_15k_calibration_v4.pkl
```
### Unprocessed

TODO: Share instructions and scripts
Expand Down

0 comments on commit 44ae828

Please sign in to comment.