Update README.md
Browse files
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 -- \
|