Update README.md
Browse files
README.md
CHANGED
@@ -4,12 +4,15 @@ library_name: transformers
|
|
4 |
tags:
|
5 |
- llama-cpp
|
6 |
- gguf-my-repo
|
|
|
7 |
---
|
8 |
|
9 |
# PatronusAI/Llama-3-Patronus-Lynx-70B-Instruct-Q4_K_M-GGUF
|
10 |
-
This model
|
11 |
Refer to the [original model card](https://huggingface.co/PatronusAI/Patronus-Lynx-70B-Instruct) for more details on the model.
|
12 |
|
|
|
|
|
13 |
## Use with llama.cpp
|
14 |
Install llama.cpp through brew (works on Mac and Linux)
|
15 |
|
@@ -48,4 +51,4 @@ Step 3: Run inference through the main binary.
|
|
48 |
or
|
49 |
```
|
50 |
./llama-server --hf-repo PatronusAI/Llama-3-Patronus-Lynx-70B-Instruct-Q4_K_M-GGUF --hf-file patronus-lynx-70b-instruct-q4_k_m.gguf -c 2048
|
51 |
-
```
|
|
|
4 |
tags:
|
5 |
- llama-cpp
|
6 |
- gguf-my-repo
|
7 |
+
license: cc-by-nc-4.0
|
8 |
---
|
9 |
|
10 |
# PatronusAI/Llama-3-Patronus-Lynx-70B-Instruct-Q4_K_M-GGUF
|
11 |
+
This model is a quantized version of [`PatronusAI/Patronus-Lynx-70B-Instruct`](https://huggingface.co/PatronusAI/Patronus-Lynx-70B-Instruct).
|
12 |
Refer to the [original model card](https://huggingface.co/PatronusAI/Patronus-Lynx-70B-Instruct) for more details on the model.
|
13 |
|
14 |
+
License: [https://creativecommons.org/licenses/by-nc/4.0/](https://creativecommons.org/licenses/by-nc/4.0/)
|
15 |
+
|
16 |
## Use with llama.cpp
|
17 |
Install llama.cpp through brew (works on Mac and Linux)
|
18 |
|
|
|
51 |
or
|
52 |
```
|
53 |
./llama-server --hf-repo PatronusAI/Llama-3-Patronus-Lynx-70B-Instruct-Q4_K_M-GGUF --hf-file patronus-lynx-70b-instruct-q4_k_m.gguf -c 2048
|
54 |
+
```
|