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
-`--outdirname=<PATH_TO_DOWNLOAD_WAYMO_DATASET>` could be provided to download the dataset to a specific location.
@@ -33,7 +33,7 @@ The benchmark implementation run command will automatically download the preproc
33
33
The benchmark implementation run command will automatically download the model. In case you want to download only the PointPainting model, you can use the below command.
Copy file name to clipboardExpand all lines: docs/benchmarks/language/get-deepseek-r1-data.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,16 @@ The benchmark implementation run command will automatically download the validat
21
21
### Get Calibration Dataset
22
22
```
23
23
mlcr get,preprocessed,dataset,deepseek-r1,_calibration,_mlc,_rclone --outdirname=<path to download> -j
24
-
```
24
+
```
25
+
26
+
## Model
27
+
The benchmark implementation run command will automatically download the required model and do the necessary conversions. In case you want to only download the official model, you can use the below commands.
28
+
29
+
=== "Pytorch"
30
+
31
+
=== "From MLCOMMONS Storage"
32
+
33
+
### Get the Official MLPerf DeekSeek-R1 model from MLCOMMONS Storage
@@ -69,13 +70,13 @@ The benchmark implementation run command will automatically download the require
69
70
70
71
=== "Pytorch"
71
72
72
-
=== "From MLCOMMONS storage"
73
-
74
-
> **Note:** One has to accept the [MLCommons Llama 2 License Confidentiality Notice](https://llama2.mlcommons.org/) to access the model files in MLCOMMONS storage.
75
-
76
-
### Get the Official MLPerf LLAMA2-70B model from MLCOMMONS storage
73
+
=== "From MLCOMMONS Storage"
74
+
75
+
> **Note:** One has to accept the [MLCommons Llama 2 License Confidentiality Notice](https://llama2.mlcommons.org/) to access the model files in MLCOMMONS Storage.
76
+
77
+
### Get the Official MLPerf LLAMA2-70B model from MLCOMMONS Storage
Copy file name to clipboardExpand all lines: docs/benchmarks/language/get-llama3_1-405b-data.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,14 @@ The benchmark implementation run command will automatically download the validat
13
13
14
14
### Get Validation Dataset
15
15
```
16
-
mlcr get,dataset,mlperf,inference,llama3,_validation --outdirname=<path to download> -j
16
+
mlcr get,dataset,mlperf,inference,llama3,_validation,_r2-downloader --outdirname=<path to download> -j
17
17
```
18
18
19
19
=== "Calibration"
20
20
21
21
### Get Calibration Dataset
22
22
```
23
-
mlcr get,dataset,mlperf,inference,llama3,_calibration --outdirname=<path to download> -j
23
+
mlcr get,dataset,mlperf,inference,llama3,_calibration,_r2-downloader --outdirname=<path to download> -j
24
24
```
25
25
26
26
-`--outdirname=<PATH_TO_DOWNLOAD_LLAMA3_405B_DATASET>` could be provided to download the dataset to a specific location.
@@ -30,13 +30,13 @@ The benchmark implementation run command will automatically download the require
30
30
31
31
=== "Pytorch"
32
32
33
-
=== "From MLCOMMONS Google Drive"
33
+
=== "From MLCOMMONS Storage"
34
34
35
-
> **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.
35
+
> **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 Storage.
36
36
37
37
### Get the Official MLPerf LLAMA3.1-405B model from MLCOMMONS Google Drive
38
38
```
39
-
mlcr get,ml-model,llama3 -j
39
+
mlcr get,ml-model,llama3,_mlc,_r2-downloader,_405b --outdirname=<path to download> -j
Copy file name to clipboardExpand all lines: docs/benchmarks/language/get-llama3_1-8b-data.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,21 +15,21 @@ The benchmark implementation run command will automatically download the validat
15
15
16
16
### Get Validation Dataset
17
17
```
18
-
mlcr get,dataset,cnndm,_validation,_datacenter,_llama3,_mlc,_rclone --outdirname=<path to download> -j
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
24
24
```
25
-
mlcr get,dataset,cnndm,_validation,_edge,_llama3,_mlc,_rclone --outdirname=<path to download> -j
25
+
mlcr get,dataset,cnndm,_validation,_edge,_llama3,_mlc,_r2-downloader --outdirname=<path to download> -j
26
26
```
27
27
28
28
=== "Calibration"
29
29
30
30
### Get Calibration Dataset
31
31
```
32
-
mlcr get,dataset,cnndm,_calibration,_llama3,_mlc,_rclone --outdirname=<path to download> -j
32
+
mlcr get,dataset,cnndm,_calibration,_llama3,_mlc,_r2-downloader --outdirname=<path to download> -j
33
33
```
34
34
35
35
-`--outdirname=<PATH_TO_DOWNLOAD_LLAMA3_405B_DATASET>` could be provided to download the dataset to a specific location.
@@ -39,13 +39,13 @@ The benchmark implementation run command will automatically download the require
39
39
40
40
=== "Pytorch"
41
41
42
-
=== "From MLCOMMONS Google Drive"
42
+
=== "From MLCOMMONS Storage"
43
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.
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 Storage.
45
45
46
-
### Get the Official MLPerf LLAMA3.1-405B model from MLCOMMONS Cloudfare R2
46
+
### Get the Official MLPerf LLAMA3.1-8B model from MLCOMMONS Cloudfare R2
47
47
```
48
-
TBD
48
+
mlcr get,ml-model,llama3,_mlc,_8b,_r2-downloader --outdirname=<path to download> -j
0 commit comments