We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d2882 commit ddd05f4Copy full SHA for ddd05f4
README.md
@@ -86,7 +86,7 @@ Each quantized layer in the state_dict will have:
86
If the config has `"activation_scheme": "static"`:
87
```
88
model.layers.0.mlp.down_proj.weight < F8_E4M3
89
-model.layers.0.mlp.down_proj.input_scale < F32
+model.layers.0.mlp.down_proj.input_scale < F32
90
model.layers.0.mlp.down_proj.weight_scale < F32
91
92
If config has `"activation_scheme": "dynamic"`:
0 commit comments