Commit
·
5aefbdc
1
Parent(s):
51b9f6d
Update README.md
Browse files
README.md
CHANGED
@@ -271,7 +271,7 @@ Converted on 2023-05-23 using
|
|
271 |
ct2-transformers-converter --model bigcode/starcoder --output_dir /home/michael/tmp-ct2fast-starcoder --force --copy_files merges.txt tokenizer.json README.md tokenizer_config.json generation_config.json special_tokens_map.json .gitattributes --quantization float16
|
272 |
```
|
273 |
|
274 |
-
Checkpoint compatible to [ctranslate2>=3.
|
275 |
- `compute_type=int8_float16` for `device="cuda"`
|
276 |
- `compute_type=int8` for `device="cpu"`
|
277 |
|
|
|
271 |
ct2-transformers-converter --model bigcode/starcoder --output_dir /home/michael/tmp-ct2fast-starcoder --force --copy_files merges.txt tokenizer.json README.md tokenizer_config.json generation_config.json special_tokens_map.json .gitattributes --quantization float16
|
272 |
```
|
273 |
|
274 |
+
Checkpoint compatible to [ctranslate2>=3.14.0](https://github.com/OpenNMT/CTranslate2) and [hf-hub-ctranslate2>=2.0.6](https://github.com/michaelfeil/hf-hub-ctranslate2)
|
275 |
- `compute_type=int8_float16` for `device="cuda"`
|
276 |
- `compute_type=int8` for `device="cpu"`
|
277 |
|