File size: 951 Bytes
4e8c7f9 605bad5 4e8c7f9 605bad5 30c88bf 605bad5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
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'
``` |