asiansoul commited on
Commit
4d895b0
1 Parent(s): 3be6b1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -15,6 +15,12 @@ To clear it, Split the file into part_aa, part_ab, part_ac chunks as my "Practic
15
 
16
  After you download this repo on your folder path, command like this.
17
 
 
 
 
 
 
 
18
  ```
19
  cat part_* > llama-3-korean-bllossom-120b-Q4_K_M.gguf
20
  ```
 
15
 
16
  After you download this repo on your folder path, command like this.
17
 
18
+ Download from Huggingface
19
+ ```
20
+ huggingface-cli download asiansoul/llama-3-Korean-Bllossom-120B-GGUF --local-dir='./'
21
+ ```
22
+
23
+ Merge split files into one gguf file
24
  ```
25
  cat part_* > llama-3-korean-bllossom-120b-Q4_K_M.gguf
26
  ```