Skip to content

Commit

Permalink
Merge pull request EleutherAI#756 from chuanli11/fix-20B
Browse files Browse the repository at this point in the history
set gpt_j_tied to true so that 20B inference works again
  • Loading branch information
StellaAthena committed Dec 26, 2022
2 parents 93f4efd + bba950c commit 4afbaeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/20B.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"rotary_pct": 0.25,
"no-weight-tying": true,
"gpt_j_residual": true,
"gpt_j_tied": true,
"output_layer_parallelism": "column",
"scaled-upper-triang-masked-softmax-fusion": true,
"bias-gelu-fusion": true,
Expand Down

0 comments on commit 4afbaeb

Please sign in to comment.