Skip to content

Commit

Permalink
Language tweak in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanw-mlc authored Feb 21, 2024
1 parent 46a35c2 commit c0bd844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/gpt-j/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Once Rclone is installed, run the following command to authenticate with the buc
```
rclone config create mlc-inference s3 provider=Cloudflare access_key_id=f65ba5eef400db161ea49967de89f47b secret_access_key=fbea333914c292b854f14d3fe232bad6c5407bf0ab1bebf78833c2b359bdfd2b endpoint=https://c2686074cb2caf5cbaf6d134bdba8b47.r2.cloudflarestorage.com
```
You can then navigate in the terminal to your desired download directory and run the following commands to download the model checkpoint:
You can then navigate in the terminal to your desired download directory and run the following command to download the model checkpoint:

```
rclone copy mlc-inference:mlcommons-inference-wg-public/gpt-j ./model -P
Expand Down

0 comments on commit c0bd844

Please sign in to comment.