File size: 280 Bytes
1a00ebe 3e49b69 7707357 3e49b69 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
---
license: apache-2.0
---
## Introduce
Quantizing the [UnicomLLM/Unichat-llama3-Chinese-8B](https://huggingface.co/UnicomLLM/Unichat-llama3-Chinese-8B) to f16, q2, q3, q4, q5, q6 and q8 with Llama.cpp.
## Prompt template
```
{system_message}
Human: {prompt}
Assistant:
``` |