Skip to content

Commit

Permalink
fix: link for the gpt-j slim weights (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rmiga authored Feb 20, 2023
1 parent 35989aa commit a04b6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gptj_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ By default, `-DSM` is set by 70, 75, 80 and 86. When users set more kinds of `-D
* Download the mystic public model and convert

```bash
wget https://mystic.the-eye.eu/public/AI/GPT-J-6B/step_383500_slim.tar.zstd
wget https://the-eye.eu/public/AI/GPT-J-6B/step_383500_slim.tar.zstd
unzstd step_383500_slim.tar.zstd
tar -axf step_383500_slim.tar
python3 ../examples/pytorch/gptj/utils/gptj_ckpt_convert.py --output-dir ../models/j6b_ckpt --ckpt-dir ./step_383500/
Expand Down

0 comments on commit a04b6ce

Please sign in to comment.