Commit
·
756b4a3
1
Parent(s):
c90a946
fix license, language
Browse files
README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
-
|
| 4 |
pretty_name: "These are scripts that have helped me to manage llama.cpp, llama models, etc."
|
| 5 |
tags:
|
| 6 |
- bash
|
| 7 |
- llama.cpp
|
| 8 |
- script
|
| 9 |
-
license:
|
| 10 |
---
|
| 11 |
# llama.cpp scripts
|
| 12 |
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- code
|
| 4 |
pretty_name: "These are scripts that have helped me to manage llama.cpp, llama models, etc."
|
| 5 |
tags:
|
| 6 |
- bash
|
| 7 |
- llama.cpp
|
| 8 |
- script
|
| 9 |
+
license: mit
|
| 10 |
---
|
| 11 |
# llama.cpp scripts
|
| 12 |
|