Anthonyg5005
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
license: llama3
|
3 |
language:
|
4 |
- en
|
5 |
-
- zh
|
6 |
library_name: CTranslate2
|
7 |
pipeline_tag: text-generation
|
8 |
tags:
|
@@ -24,7 +23,7 @@ See more on CTranslate2: [Docs](https://opennmt.net/CTranslate2/index.html) | [G
|
|
24 |
|
25 |
This model was converted to ct2 format using the following commnd:
|
26 |
```
|
27 |
-
ct2-transformers-converter --model kat_turbcat --output_dir turbcat-ct2 --quantization
|
28 |
```
|
29 |
|
30 |
***no converstion needed using the model from this repository as it is already in ct2 format.***
|
|
|
2 |
license: llama3
|
3 |
language:
|
4 |
- en
|
|
|
5 |
library_name: CTranslate2
|
6 |
pipeline_tag: text-generation
|
7 |
tags:
|
|
|
23 |
|
24 |
This model was converted to ct2 format using the following commnd:
|
25 |
```
|
26 |
+
ct2-transformers-converter --model kat_turbcat --output_dir turbcat-ct2 --quantization int8_float16 --low_cpu_mem_usage
|
27 |
```
|
28 |
|
29 |
***no converstion needed using the model from this repository as it is already in ct2 format.***
|