jbochi commited on
Commit
544c6e9
·
1 Parent(s): e2e3e68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -50,9 +50,9 @@ $ cargo run --example quantized-t5 --release -- \
50
  Although their flight is weak, they run quickly through the tree canopy.
51
  ```
52
 
53
- By default, it will use CoEdIT-large (770M params, 643 MB).
54
 
55
- To use CoEdIT-xl (3B params, 2.34 GB), specify the weight-file and config-file:
56
 
57
  ```shell
58
  $ cargo run --example quantized-t5 --release -- \
 
50
  Although their flight is weak, they run quickly through the tree canopy.
51
  ```
52
 
53
+ By default, it will use CoEdIT-large with q6k quantization (770M params, 643 MB).
54
 
55
+ To use CoEdIT-xl (3B params, 2.34 GB), or any other provided model, specify the weight-file and config-file:
56
 
57
  ```shell
58
  $ cargo run --example quantized-t5 --release -- \