Update README.md
Browse files
README.md
CHANGED
@@ -3,9 +3,9 @@ inference: true
|
|
3 |
---
|
4 |
|
5 |
### NOTE:
|
6 |
-
The PR [#1405](https://github.com/ggerganov/llama.cpp/pull/1405) brought breaking changes - none of the old models work with the latest build of llama.cpp
|
7 |
-
Pre-PR #1405 files have been marked as old but remain accessible for those who need them
|
8 |
-
Additionally, `q4_3` and `q4_2` have been completely axed in favor of their 5-bit counterparts (q5_1 and q5_0, respectively)
|
9 |
|
10 |
|
11 |
### Links
|
|
|
3 |
---
|
4 |
|
5 |
### NOTE:
|
6 |
+
The PR [#1405](https://github.com/ggerganov/llama.cpp/pull/1405) brought breaking changes - none of the old models work with the latest build of llama.cpp.\
|
7 |
+
Pre-PR #1405 files have been marked as old but remain accessible for those who need them.\
|
8 |
+
Additionally, `q4_3` and `q4_2` have been completely axed in favor of their 5-bit counterparts (q5_1 and q5_0, respectively).\
|
9 |
|
10 |
|
11 |
### Links
|