amanpreetsingh459
commited on
Commit
•
d36c2a3
1
Parent(s):
ae9ad79
Add a few tags
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# llama-2-7b-chat_q4_quantized_cpp
|
@@ -24,4 +27,4 @@ license: mit
|
|
24 |
# Credits:
|
25 |
1. https://github.com/facebookresearch/llama
|
26 |
2. https://github.com/ggerganov/llama.cpp
|
27 |
-
3. https://medium.com/@karankakwani/build-and-run-llama2-llm-locally-a3b393c1570e
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
tags:
|
4 |
+
- llama2
|
5 |
+
- text-generation-inference
|
6 |
---
|
7 |
|
8 |
# llama-2-7b-chat_q4_quantized_cpp
|
|
|
27 |
# Credits:
|
28 |
1. https://github.com/facebookresearch/llama
|
29 |
2. https://github.com/ggerganov/llama.cpp
|
30 |
+
3. https://medium.com/@karankakwani/build-and-run-llama2-llm-locally-a3b393c1570e
|