You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/benchmarks/image_classification/get-resnet50-data.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The benchmark implementation run command will automatically download the validat
15
15
16
16
### Get Validation Dataset
17
17
```
18
-
mlcr get,dataset,imagenet,validation -j
18
+
mlcr get,dataset,imagenet,validation,_full -j
19
19
```
20
20
=== "Calibration"
21
21
ResNet50 calibration dataset consist of 500 images selected from the Imagenet 2012 validation dataset. There are 2 alternative options for the calibration dataset.
@@ -32,7 +32,7 @@ The benchmark implementation run command will automatically download the validat
Copy file name to clipboardExpand all lines: docs/benchmarks/language/get-llama3_1-405b-data.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,14 @@ The benchmark implementation run command will automatically download the require
38
38
```
39
39
mlcr get,ml-model,llama3,_mlc,_r2-downloader,_405b --outdirname=<path to download> -j
40
40
```
41
+
42
+
=== "From Cloudfare R2"
43
+
44
+
> **Note:** One has to accept the [MLCommons Llama 3.1 License Confidentiality Notice](http://llama3-1.mlcommons.org/) to access the model files in MLCOMMONS Google Drive.
45
+
46
+
### Get the Official MLPerf LLAMA3.1-405B model from MLCOMMONS Cloudfare R2
47
+
```
48
+
mlcr get,ml-model,llama3,_mlc,_405b,_r2-downloader --outdirname=<path to download> -j
Copy file name to clipboardExpand all lines: docs/benchmarks/language/get-llama3_1-8b-data.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ hide:
10
10
The benchmark implementation run command will automatically download the validation and calibration datasets and do the necessary preprocessing. In case you want to download only the datasets, you can use the below commands.
11
11
12
12
=== "Validation"
13
-
13
+
14
14
=== "Full dataset (Datacenter)"
15
15
16
16
### Get Validation Dataset
17
17
```
18
18
mlcr get,dataset,cnndm,_validation,_datacenter,_llama3,_mlc,_r2-downloader --outdirname=<path to download> -j
19
19
```
20
-
20
+
21
21
=== "5000 samples (Edge)"
22
22
23
23
### Get Validation Dataset
@@ -26,7 +26,8 @@ The benchmark implementation run command will automatically download the validat
0 commit comments