mmnga commited on
Commit
76b5c7e
1 Parent(s): 2d34b1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -14,6 +14,13 @@ tags:
14
  eot_id対応してます。
15
  imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
16
 
 
 
 
 
 
 
 
17
  ## Usage
18
 
19
  ```
 
14
  eot_id対応してます。
15
  imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
16
 
17
+ ## 分割されたファイルについて
18
+ q6_kやq8_0のファイルはサイズが大きく分割されているので結合する必要があります。
19
+
20
+ ~~~bash
21
+ cat Meta-Llama-3-70B-Instruct-Q5_K_M.gguf.* > Meta-Llama-3-70B-Instruct-Q5_K_M.gguf
22
+ ~~~
23
+
24
  ## Usage
25
 
26
  ```