macadeliccc
commited on
Commit
•
bc2bd4e
1
Parent(s):
6328921
Update README.md
Browse files
README.md
CHANGED
@@ -57,6 +57,13 @@ print("Response:")
|
|
57 |
print(generate_response(prompt), "\n")
|
58 |
```
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
## Evaluations
|
61 |
|
62 |
TODO
|
|
|
57 |
print(generate_response(prompt), "\n")
|
58 |
```
|
59 |
|
60 |
+
## Llama.cpp
|
61 |
+
|
62 |
+
GGUF Quants available [here]()
|
63 |
+
|
64 |
+
![llama.cpp-screenshot](orca-llama-cpp-1.png)
|
65 |
+
|
66 |
+
|
67 |
## Evaluations
|
68 |
|
69 |
TODO
|