matrixportal
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -33,12 +33,12 @@ Invoke the llama.cpp server or the CLI.
|
|
33 |
|
34 |
### CLI:
|
35 |
```bash
|
36 |
-
llama-cli --hf-repo matrixportal/Bio-Medical-Llama-3-2-1B-CoT-012025-GGUF --hf-file bio-medical-llama-3-2-1b-cot-012025-
|
37 |
```
|
38 |
|
39 |
### Server:
|
40 |
```bash
|
41 |
-
llama-server --hf-repo matrixportal/Bio-Medical-Llama-3-2-1B-CoT-012025-GGUF --hf-file bio-medical-llama-3-2-1b-cot-012025-
|
42 |
```
|
43 |
|
44 |
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.
|
@@ -55,9 +55,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
55 |
|
56 |
Step 3: Run inference through the main binary.
|
57 |
```
|
58 |
-
./llama-cli --hf-repo matrixportal/Bio-Medical-Llama-3-2-1B-CoT-012025-GGUF --hf-file bio-medical-llama-3-2-1b-cot-012025-
|
59 |
```
|
60 |
or
|
61 |
```
|
62 |
-
./llama-server --hf-repo matrixportal/Bio-Medical-Llama-3-2-1B-CoT-012025-GGUF --hf-file bio-medical-llama-3-2-1b-cot-012025-
|
63 |
```
|
|
|
33 |
|
34 |
### CLI:
|
35 |
```bash
|
36 |
+
llama-cli --hf-repo matrixportal/Bio-Medical-Llama-3-2-1B-CoT-012025-GGUF --hf-file bio-medical-llama-3-2-1b-cot-012025-q8_0.gguf -p "The meaning to life and the universe is"
|
37 |
```
|
38 |
|
39 |
### Server:
|
40 |
```bash
|
41 |
+
llama-server --hf-repo matrixportal/Bio-Medical-Llama-3-2-1B-CoT-012025-GGUF --hf-file bio-medical-llama-3-2-1b-cot-012025-q8_0.gguf -c 2048
|
42 |
```
|
43 |
|
44 |
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.
|
|
|
55 |
|
56 |
Step 3: Run inference through the main binary.
|
57 |
```
|
58 |
+
./llama-cli --hf-repo matrixportal/Bio-Medical-Llama-3-2-1B-CoT-012025-GGUF --hf-file bio-medical-llama-3-2-1b-cot-012025-q8_0.gguf -p "The meaning to life and the universe is"
|
59 |
```
|
60 |
or
|
61 |
```
|
62 |
+
./llama-server --hf-repo matrixportal/Bio-Medical-Llama-3-2-1B-CoT-012025-GGUF --hf-file bio-medical-llama-3-2-1b-cot-012025-q8_0.gguf -c 2048
|
63 |
```
|