Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Michael Smith <tyler@neuralmagic.com>
  • Loading branch information
mgoin and tlrmchlsmth authored Jun 7, 2024
1 parent 12d2882 commit ddd05f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Each quantized layer in the state_dict will have:
If the config has `"activation_scheme": "static"`:
```
model.layers.0.mlp.down_proj.weight < F8_E4M3
model.layers.0.mlp.down_proj.input_scale < F32
model.layers.0.mlp.down_proj.input_scale < F32
model.layers.0.mlp.down_proj.weight_scale < F32
```
If config has `"activation_scheme": "dynamic"`:
Expand Down

0 comments on commit ddd05f4

Please sign in to comment.