Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -39,12 +39,12 @@ Invoke the llama.cpp server or the CLI.
|
|
39 |
|
40 |
### CLI:
|
41 |
```bash
|
42 |
-
llama-cli --hf-repo matrixportal/Dobby-Mini-Leashed-Llama-3.1-8B-GGUF --hf-file dobby-mini-leashed-llama-3.1-8b-
|
43 |
```
|
44 |
|
45 |
### Server:
|
46 |
```bash
|
47 |
-
llama-server --hf-repo matrixportal/Dobby-Mini-Leashed-Llama-3.1-8B-GGUF --hf-file dobby-mini-leashed-llama-3.1-8b-
|
48 |
```
|
49 |
|
50 |
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.
|
@@ -61,9 +61,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
61 |
|
62 |
Step 3: Run inference through the main binary.
|
63 |
```
|
64 |
-
./llama-cli --hf-repo matrixportal/Dobby-Mini-Leashed-Llama-3.1-8B-GGUF --hf-file dobby-mini-leashed-llama-3.1-8b-
|
65 |
```
|
66 |
or
|
67 |
```
|
68 |
-
./llama-server --hf-repo matrixportal/Dobby-Mini-Leashed-Llama-3.1-8B-GGUF --hf-file dobby-mini-leashed-llama-3.1-8b-
|
69 |
```
|
|
|
39 |
|
40 |
### CLI:
|
41 |
```bash
|
42 |
+
llama-cli --hf-repo matrixportal/Dobby-Mini-Leashed-Llama-3.1-8B-GGUF --hf-file dobby-mini-leashed-llama-3.1-8b-q4_0.gguf -p "The meaning to life and the universe is"
|
43 |
```
|
44 |
|
45 |
### Server:
|
46 |
```bash
|
47 |
+
llama-server --hf-repo matrixportal/Dobby-Mini-Leashed-Llama-3.1-8B-GGUF --hf-file dobby-mini-leashed-llama-3.1-8b-q4_0.gguf -c 2048
|
48 |
```
|
49 |
|
50 |
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.
|
|
|
61 |
|
62 |
Step 3: Run inference through the main binary.
|
63 |
```
|
64 |
+
./llama-cli --hf-repo matrixportal/Dobby-Mini-Leashed-Llama-3.1-8B-GGUF --hf-file dobby-mini-leashed-llama-3.1-8b-q4_0.gguf -p "The meaning to life and the universe is"
|
65 |
```
|
66 |
or
|
67 |
```
|
68 |
+
./llama-server --hf-repo matrixportal/Dobby-Mini-Leashed-Llama-3.1-8B-GGUF --hf-file dobby-mini-leashed-llama-3.1-8b-q4_0.gguf -c 2048
|
69 |
```
|