GGUF
English
Japanese
mmnga commited on
Commit
f803b41
1 Parent(s): 85a7554

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -9,6 +9,14 @@ language:
9
 
10
  imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
11
 
 
 
 
 
 
 
 
 
12
  ## Usage
13
 
14
  ```
 
9
 
10
  imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
11
 
12
+ ## 分割されたファイルについて
13
+ q6_kやq8_0のファイルはサイズが大きく分割されているので結合する必要があります。
14
+
15
+ ~~~bash
16
+ cat c4ai-command-r-plus-Q5_K_M.gguf.* > c4ai-command-r-plus-Q5_K_M.gguf
17
+ ~~~
18
+
19
+
20
  ## Usage
21
 
22
  ```