Skip to content

Commit a921baf

Browse files
authored
Update DLRM v2 assets download commands to support R2 downloader (#2372)
1 parent 0c27530 commit a921baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recommendation/dlrm_v2/pytorch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ CFLAGS="-std=c++14" python setup.py develop --user
7878
#### Download dataset through MLCFlow Automation
7979

8080
```
81-
mlcr get,preprocessed,dataset,criteo,_validation --outdirname=<path_to_download> -j
81+
mlcr get,preprocessed,dataset,criteo,_r2-downloader,_mlc --outdirname=<path_to_download> -j
8282
```
8383

8484
#### Download the preprocessed dataset using Rclone.
@@ -115,7 +115,7 @@ N/A | pytorch | <2GB | -
115115
#### Download model through MLCFlow Automation
116116

117117
```
118-
mlcr get,ml-model,get,ml-model,dlrm,_pytorch,_weight_sharded,_rclone --outdirname=<path_to_download> -j
118+
mlcr get,ml-model,get,ml-model,dlrm,_pytorch,_fp32,_weight_sharded,_r2-downloader --outdirname=<path_to_download> -j
119119
```
120120

121121
#### Manual method

0 commit comments

Comments
 (0)