Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,8 @@ tags:
|
|
11 |
|
12 |
Maximum individual file size is 50.0GB to upload huggingface.
|
13 |
To clear it, Split the file into part_aa, part_ab, part_ac chunks.
|
14 |
-
After you download this repo on your folder path, command like this
|
|
|
15 |
```
|
16 |
cat part_* > llama-3-korean-bllossom-120b-Q4_K_M.gguf
|
17 |
|
@@ -19,8 +20,6 @@ Perhaps this will be the first GGUF model to upload such a large GGUF file of ov
|
|
19 |
|
20 |
Sometimes we need to use a trick called chunks.
|
21 |
|
22 |
-
I thought uploading it as a GGUF rather than a simple original file was for your benefit, so I'm uploading it like this even if it takes a bit of trouble.
|
23 |
-
|
24 |
```
|
25 |
|
26 |
Please wait to upload.....
|
|
|
11 |
|
12 |
Maximum individual file size is 50.0GB to upload huggingface.
|
13 |
To clear it, Split the file into part_aa, part_ab, part_ac chunks.
|
14 |
+
After you download this repo on your folder path, command like this.
|
15 |
+
I thought uploading it as a GGUF rather than a simple original file was for your benefit, so I'm uploading it like this even if it takes a bit of trouble.
|
16 |
```
|
17 |
cat part_* > llama-3-korean-bllossom-120b-Q4_K_M.gguf
|
18 |
|
|
|
20 |
|
21 |
Sometimes we need to use a trick called chunks.
|
22 |
|
|
|
|
|
23 |
```
|
24 |
|
25 |
Please wait to upload.....
|