Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
This fixes a template bug in llama.cpp and ollama that is causing a performance degradation in all GLM models.
|
|
|
2 |
The problem is caused by a wrong template detection in both projects.
|
3 |
|
|
|
|
|
|
1 |
This fixes a template bug in llama.cpp and ollama that is causing a performance degradation in all GLM models.
|
2 |
+
|
3 |
The problem is caused by a wrong template detection in both projects.
|
4 |
|
5 |
+
https://github.com/ollama/ollama/issues/10408
|
6 |
+
https://github.com/ggml-org/llama.cpp/pull/13099
|