Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
---
|
4 |
+
|
5 |
+
only ct2 int8 convert
|
6 |
+
|
7 |
+
ct2-transformers-converter --model facebook/nllb-200-distilled-600M --quantization int8 --trust_remote_code --output_dir nllb-200-distilled-600M-ct2-int8
|
8 |
+
|
9 |
+
Original author: Facebook
|
10 |
+
|
11 |
+
Original author model URL: facebook/nllb-200-distilled-600M
|