matteogeniaccio commited on
Commit
33d9e9a
·
verified ·
1 Parent(s): f84647c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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