GGUF
English
Japanese
qwen
mmnga's picture
Update README.md
30c88bf verified
---
license: other
license_name: tongyi-qianwen
license_link: https://huggingface.co/Qwen/Qwen1.5-110B-Chat/blob/main/LICENSE
language:
- en
- ja
tags:
- qwen
datasets:
- TFMC/imatrix-dataset-for-japanese-llm
---
# Qwen1.5-110B-Chat-gguf
[Qwenさんが公開しているQwen1.5-110B-Chat](https://huggingface.co/Qwen/Qwen1.5-110B-Chat)のggufフォーマット変換版です。
imatrixのデータはTFMC/imatrix-dataset-for-japanese-llmを使用して作成しました。
## ライセンス
tongyi-qianwenライセンスになります。
[ご使用前にライセンスをご確認ください](https://huggingface.co/Qwen/Qwen1.5-110B-Chat/blob/main/LICENSE)
## Usage
```
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make -j
./main -m 'Qwen1.5-110B-Chat-q4_0.gguf' -n 128 -p '<|im_start|>system\nYou are a helpful assistant<|im_end|>\n<|im_start|>user\nAIについて教えて<|im_end|>\n<|im_start|>assistant\n'
```