Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ tags:
|
|
45 |
- gguf-my-repo
|
46 |
---
|
47 |
|
48 |
-
# Mattimax/DATA-AI_Chat_0.5B-
|
49 |
This model was converted to GGUF format from [`Mattimax/DATA-AI_Chat_0.5B`](https://huggingface.co/Mattimax/DATA-AI_Chat_0.5B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
50 |
Refer to the [original model card](https://huggingface.co/Mattimax/DATA-AI_Chat_0.5B) for more details on the model.
|
51 |
|
@@ -60,12 +60,12 @@ Invoke the llama.cpp server or the CLI.
|
|
60 |
|
61 |
### CLI:
|
62 |
```bash
|
63 |
-
llama-cli --hf-repo Mattimax/DATA-AI_Chat_0.5B-
|
64 |
```
|
65 |
|
66 |
### Server:
|
67 |
```bash
|
68 |
-
llama-server --hf-repo Mattimax/DATA-AI_Chat_0.5B-
|
69 |
```
|
70 |
|
71 |
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
@@ -82,9 +82,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
82 |
|
83 |
Step 3: Run inference through the main binary.
|
84 |
```
|
85 |
-
./llama-cli --hf-repo Mattimax/DATA-AI_Chat_0.5B-
|
86 |
```
|
87 |
or
|
88 |
```
|
89 |
-
./llama-server --hf-repo Mattimax/DATA-AI_Chat_0.5B-
|
90 |
```
|
|
|
45 |
- gguf-my-repo
|
46 |
---
|
47 |
|
48 |
+
# Mattimax/DATA-AI_Chat_0.5B-Q8_0-GGUF
|
49 |
This model was converted to GGUF format from [`Mattimax/DATA-AI_Chat_0.5B`](https://huggingface.co/Mattimax/DATA-AI_Chat_0.5B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
50 |
Refer to the [original model card](https://huggingface.co/Mattimax/DATA-AI_Chat_0.5B) for more details on the model.
|
51 |
|
|
|
60 |
|
61 |
### CLI:
|
62 |
```bash
|
63 |
+
llama-cli --hf-repo Mattimax/DATA-AI_Chat_0.5B-Q8_0-GGUF --hf-file data-ai_chat_0.5b-q8_0.gguf -p "The meaning to life and the universe is"
|
64 |
```
|
65 |
|
66 |
### Server:
|
67 |
```bash
|
68 |
+
llama-server --hf-repo Mattimax/DATA-AI_Chat_0.5B-Q8_0-GGUF --hf-file data-ai_chat_0.5b-q8_0.gguf -c 2048
|
69 |
```
|
70 |
|
71 |
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
|
|
82 |
|
83 |
Step 3: Run inference through the main binary.
|
84 |
```
|
85 |
+
./llama-cli --hf-repo Mattimax/DATA-AI_Chat_0.5B-Q8_0-GGUF --hf-file data-ai_chat_0.5b-q8_0.gguf -p "The meaning to life and the universe is"
|
86 |
```
|
87 |
or
|
88 |
```
|
89 |
+
./llama-server --hf-repo Mattimax/DATA-AI_Chat_0.5B-Q8_0-GGUF --hf-file data-ai_chat_0.5b-q8_0.gguf -c 2048
|
90 |
```
|