File size: 742 Bytes
ab9636b eae1d49 ab9636b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
license: llama2
tags:
- code
---
This is a quantized version of **WizardLM/WizardCoder-Python-13B-V1.0**, quantized using [ctranslate2](https://github.com/OpenNMT/CTranslate2) (see inference instructions there).
**The license/caveats/intended usage is the same as the original model**.
The quality of its output may have
been negatively affected by the quantization process.
The command run to quantize the model was:
`ct2-transformers-converter --model ./models-hf/WizardLM/WizardCoder-Python-13B-V1.0 --quantization int8_float16 --output_dir ./models-ct/WizardLM/WizardCoder-Python-13B-V1.0-ct2-int8_float16`
The quantization was run on a 'high-mem', CPU only (8 core, 51GB) colab instance and took approximately 10 minutes. |