matrixportal commited on
Commit
5e90d14
·
verified ·
1 Parent(s): 2c3174c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -2,10 +2,10 @@
2
  license: other
3
  language:
4
  - en
5
- base_model: Nitral-AI/Hathor_Tahsin-L3-8B-v0.85
6
  tags:
7
  - llama-cpp
8
  - gguf-my-repo
 
9
  ---
10
 
11
  # matrixportal/Hathor_Tahsin-L3-8B-v0.85-GGUF
@@ -23,12 +23,12 @@ Invoke the llama.cpp server or the CLI.
23
 
24
  ### CLI:
25
  ```bash
26
- llama-cli --hf-repo matrixportal/Hathor_Tahsin-L3-8B-v0.85-GGUF --hf-file hathor_tahsin-l3-8b-v0.85-q4_k_m.gguf -p "The meaning to life and the universe is"
27
  ```
28
 
29
  ### Server:
30
  ```bash
31
- llama-server --hf-repo matrixportal/Hathor_Tahsin-L3-8B-v0.85-GGUF --hf-file hathor_tahsin-l3-8b-v0.85-q4_k_m.gguf -c 2048
32
  ```
33
 
34
  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.
@@ -45,9 +45,9 @@ cd llama.cpp && LLAMA_CURL=1 make
45
 
46
  Step 3: Run inference through the main binary.
47
  ```
48
- ./llama-cli --hf-repo matrixportal/Hathor_Tahsin-L3-8B-v0.85-GGUF --hf-file hathor_tahsin-l3-8b-v0.85-q4_k_m.gguf -p "The meaning to life and the universe is"
49
  ```
50
  or
51
  ```
52
- ./llama-server --hf-repo matrixportal/Hathor_Tahsin-L3-8B-v0.85-GGUF --hf-file hathor_tahsin-l3-8b-v0.85-q4_k_m.gguf -c 2048
53
  ```
 
2
  license: other
3
  language:
4
  - en
 
5
  tags:
6
  - llama-cpp
7
  - gguf-my-repo
8
+ base_model: Nitral-AI/Hathor_Tahsin-L3-8B-v0.85
9
  ---
10
 
11
  # matrixportal/Hathor_Tahsin-L3-8B-v0.85-GGUF
 
23
 
24
  ### CLI:
25
  ```bash
26
+ llama-cli --hf-repo matrixportal/Hathor_Tahsin-L3-8B-v0.85-GGUF --hf-file hathor_tahsin-l3-8b-v0.85-q3_k_s.gguf -p "The meaning to life and the universe is"
27
  ```
28
 
29
  ### Server:
30
  ```bash
31
+ llama-server --hf-repo matrixportal/Hathor_Tahsin-L3-8B-v0.85-GGUF --hf-file hathor_tahsin-l3-8b-v0.85-q3_k_s.gguf -c 2048
32
  ```
33
 
34
  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.
 
45
 
46
  Step 3: Run inference through the main binary.
47
  ```
48
+ ./llama-cli --hf-repo matrixportal/Hathor_Tahsin-L3-8B-v0.85-GGUF --hf-file hathor_tahsin-l3-8b-v0.85-q3_k_s.gguf -p "The meaning to life and the universe is"
49
  ```
50
  or
51
  ```
52
+ ./llama-server --hf-repo matrixportal/Hathor_Tahsin-L3-8B-v0.85-GGUF --hf-file hathor_tahsin-l3-8b-v0.85-q3_k_s.gguf -c 2048
53
  ```