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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,12 +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
- 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
  ```
 
15
 
16
  After you download this repo on your folder path, command like this.
17
 
18
+ Download from Huggingface (change your download path, in this case "./")
19
  ```
20
  huggingface-cli download asiansoul/llama-3-Korean-Bllossom-120B-GGUF --local-dir='./'
21
  ```
22
 
23
+ Merge split files into one gguf file (in this case, run this on "./" download path)
24
  ```
25
  cat part_* > llama-3-korean-bllossom-120b-Q4_K_M.gguf
26
  ```