Update README.md
Browse files
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 |
```
|