Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,13 @@ tags:
|
|
13 |
|
14 |
# EXAONE-3.0-8B-it
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
```py
|
17 |
from llama_cpp import Llama
|
18 |
|
|
|
13 |
|
14 |
# EXAONE-3.0-8B-it
|
15 |
|
16 |
+
[!WARNING]
|
17 |
+
|
18 |
+
https://github.com/ggerganov/llama.cpp/wiki/Templates-supported-by-llama_chat_apply_template
|
19 |
+
|
20 |
+
chat template 적용 안됨
|
21 |
+
|
22 |
+
|
23 |
```py
|
24 |
from llama_cpp import Llama
|
25 |
|