mrdmnd commited on
Commit
58ed14d
·
verified ·
1 Parent(s): e4b8175

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -156,4 +156,6 @@ def quantize_model() -> None:
156
  @app.local_entrypoint()
157
  def main():
158
  quantize_model.remote()
159
- ```
 
 
 
156
  @app.local_entrypoint()
157
  def main():
158
  quantize_model.remote()
159
+ ```
160
+
161
+ I think I also had to manually change something in the config.json -- needed to be "block_name_to_quantize": "model.transformer.blocks" instead of whatever it was, maybe "model_block_name_to_quantize" as the key or something.