Update README.md
Browse files
README.md
CHANGED
@@ -11,13 +11,12 @@ tags:
|
|
11 |
- causal-lm
|
12 |
- jais-family
|
13 |
- llama-cpp
|
14 |
-
- gguf-my-repo
|
15 |
license: apache-2.0
|
16 |
pipeline_tag: text-generation
|
17 |
---
|
18 |
|
19 |
# samiazzam/jais-family-30b-16k-chat-Q4_K_M-GGUF
|
20 |
-
This model was converted to GGUF format from [`inceptionai/jais-family-30b-16k-chat`](https://huggingface.co/inceptionai/jais-family-30b-16k-chat) using llama.cpp
|
21 |
Refer to the [original model card](https://huggingface.co/inceptionai/jais-family-30b-16k-chat) for more details on the model.
|
22 |
|
23 |
## Use with llama.cpp
|
@@ -58,4 +57,4 @@ Step 3: Run inference through the main binary.
|
|
58 |
or
|
59 |
```
|
60 |
./llama-server --hf-repo samiazzam/jais-family-30b-16k-chat-Q4_K_M-GGUF --hf-file jais-family-30b-16k-chat-q4_k_m.gguf -c 2048
|
61 |
-
```
|
|
|
11 |
- causal-lm
|
12 |
- jais-family
|
13 |
- llama-cpp
|
|
|
14 |
license: apache-2.0
|
15 |
pipeline_tag: text-generation
|
16 |
---
|
17 |
|
18 |
# samiazzam/jais-family-30b-16k-chat-Q4_K_M-GGUF
|
19 |
+
This model was converted to GGUF format from [`inceptionai/jais-family-30b-16k-chat`](https://huggingface.co/inceptionai/jais-family-30b-16k-chat) using llama.cpp.
|
20 |
Refer to the [original model card](https://huggingface.co/inceptionai/jais-family-30b-16k-chat) for more details on the model.
|
21 |
|
22 |
## Use with llama.cpp
|
|
|
57 |
or
|
58 |
```
|
59 |
./llama-server --hf-repo samiazzam/jais-family-30b-16k-chat-Q4_K_M-GGUF --hf-file jais-family-30b-16k-chat-q4_k_m.gguf -c 2048
|
60 |
+
```
|