removed duplicated part
Browse files
README.md
CHANGED
@@ -153,25 +153,6 @@ git clone --single-branch -b add-exaone4 https://github.com/lgai-exaone/llama.cp
|
|
153 |
|
154 |
</details>
|
155 |
|
156 |
-
|
157 |
-
|
158 |
-
When you use GGUF model split into multiple files, you should merge them into a single file before running the model.
|
159 |
-
|
160 |
-
1. First, download the GGUF model weights.
|
161 |
-
```bash
|
162 |
-
huggingface-cli download LGAI-EXAONE/EXAONE-4.0-32B-GGUF \
|
163 |
-
--include "EXAONE-4.0-32B-BF16*.gguf" \
|
164 |
-
--local-dir .
|
165 |
-
```
|
166 |
-
|
167 |
-
2. Merge the split files into a single file.
|
168 |
-
```bash
|
169 |
-
llama-gguf-split --merge \
|
170 |
-
./EXAONE-4.0-32B-BF16-00001-of-00002.gguf \
|
171 |
-
./EXAONE-4.0-32B-BF16.gguf
|
172 |
-
```
|
173 |
-
|
174 |
-
|
175 |
## Performance
|
176 |
|
177 |
The following tables show the evaluation results of each model, with reasoning and non-reasoning mode. The evaluation details can be found in the [technical report](https://www.lgresearch.ai/data/cdn/upload/EXAONE_4_0.pdf).
|
|
|
153 |
|
154 |
</details>
|
155 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
## Performance
|
157 |
|
158 |
The following tables show the evaluation results of each model, with reasoning and non-reasoning mode. The evaluation details can be found in the [technical report](https://www.lgresearch.ai/data/cdn/upload/EXAONE_4_0.pdf).
|