Add files using upload-large-folder tool
Browse files
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
IQ4_NL/DeepSeek-R1-Distill-Qwen-32B-IQ4_NL-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
IQ4_NL/DeepSeek-R1-Distill-Qwen-32B-IQ4_NL-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
|
IQ4_NL/DeepSeek-R1-Distill-Qwen-32B-IQ4_NL-00001-of-00002.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ff8468b6a11b2959126a61a926742552771884ff146ebf50277dc4fb15a3794
|
3 |
+
size 12002695200
|
IQ4_NL/DeepSeek-R1-Distill-Qwen-32B-IQ4_NL-00002-of-00002.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7dd05385058d2b2fe2e5791e11fac44740de86e986d36df021e31a4b13899a70
|
3 |
+
size 6679478592
|
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: other
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- ja
|
7 |
+
datasets:
|
8 |
+
- TFMC/imatrix-dataset-for-japanese-llm
|
9 |
+
---
|
10 |
+
|
11 |
+
# DeepSeek-R1-Distill-Qwen-32B-gguf
|
12 |
+
[deepseek-aiさんが公開しているDeepSeek-R1-Distill-Qwen-32B-gguf](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B-gguf)のggufフォーマット変換版です。
|
13 |
+
|
14 |
+
imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
|
15 |
+
|
16 |
+
## Usage
|
17 |
+
|
18 |
+
```
|
19 |
+
git clone https://github.com/ggerganov/llama.cpp.git
|
20 |
+
cd llama.cpp
|
21 |
+
cmake -B build -DGGML_CUDA=ON
|
22 |
+
cmake --build build --config Release
|
23 |
+
build/bin/llama-cli -m 'DeepSeek-R1-Distill-Qwen-32B-gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
|
24 |
+
```
|