RebeccaQian1 commited on
Commit
ccd3d85
·
verified ·
1 Parent(s): f3dc84c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
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 was converted to GGUF format from [`PatronusAI/Patronus-Lynx-70B-Instruct`](https://huggingface.co/PatronusAI/Patronus-Lynx-70B-Instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
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
+ ```