mmnga's picture
Add files using upload-large-folder tool
8f7076d verified
---
license: apache-2.0
language:
- en
- ja
datasets:
- TFMC/imatrix-dataset-for-japanese-llm
base_model:
- perplexity-ai/r1-1776-distill-llama-70b
---
# r1-1776-distill-llama-70b-gguf
[perplexity-aiさんが公開しているr1-1776-distill-llama-70b](https://huggingface.co/perplexity-ai/r1-1776-distill-llama-70b)のggufフォーマット変換版です。
imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
## Usage
```
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build -DGGML_CUDA=ON
cmake --build build --config Release
build/bin/llama-cli -m 'r1-1776-distill-llama-70b-gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
```