Skip to content

Commit f1b7ea1

Browse files
authored
Update gptj model download command to support R2 downloader (mlcommons#2368)
1 parent 0b8ca03 commit f1b7ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/gpt-j/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can also do `pip install mlc-scripts` and then use `mlcr` commands for downl
99
### Download model through MLCFlow Automation
1010

1111
```
12-
mlcr get,ml-model,gptj,_pytorch --outdirname=<path_to_download> -j
12+
mlcr get,ml-model,gptj,_fp32,_pytorch,_r2-downloader --outdirname=<path_to_download> -j
1313
```
1414

1515
### Download dataset through MLCFlow Automation

0 commit comments

Comments
 (0)