matrixportal commited on
Commit
eaccdde
·
verified ·
1 Parent(s): be5a4b1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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-q4_k_m.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-q4_k_m.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,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-q4_k_m.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-q4_k_m.gguf -c 2048
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
  ```