ojisetyawan commited on
Commit
cec18b2
1 Parent(s): bb29ae0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
  - gguf-my-repo
12
  ---
13
 
14
- # ojiset22/llama3-8b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF
15
  This model was converted to GGUF format from [`GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct`](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
16
  Refer to the [original model card](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct) for more details on the model.
17
 
@@ -29,7 +29,7 @@ ollama serve
29
 
30
  ### Run CLI:
31
  ```bash
32
- ollama run hf.co/ojiset22/llama3-8b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF
33
  ```
34
 
35
  ## Run with llama.cpp
@@ -43,10 +43,10 @@ Invoke the llama.cpp server or the CLI.
43
 
44
  ### Run CLI:
45
  ```bash
46
- llama-cli --hf-repo ojiset22/llama3-8b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF --hf-file llama3-8b-cpt-sahabatai-v1-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
47
  ```
48
 
49
  ### Run Server:
50
  ```bash
51
- llama-server --hf-repo ojiset22/llama3-8b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF --hf-file llama3-8b-cpt-sahabatai-v1-instruct-q4_k_m.gguf -c 2048
52
  ```
 
11
  - gguf-my-repo
12
  ---
13
 
14
+ # ojisetyawan/llama3-8b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF
15
  This model was converted to GGUF format from [`GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct`](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
16
  Refer to the [original model card](https://huggingface.co/GoToCompany/llama3-8b-cpt-sahabatai-v1-instruct) for more details on the model.
17
 
 
29
 
30
  ### Run CLI:
31
  ```bash
32
+ ollama run hf.co/ojisetyawan/llama3-8b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF
33
  ```
34
 
35
  ## Run with llama.cpp
 
43
 
44
  ### Run CLI:
45
  ```bash
46
+ llama-cli --hf-repo ojisetyawan/llama3-8b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF --hf-file llama3-8b-cpt-sahabatai-v1-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
47
  ```
48
 
49
  ### Run Server:
50
  ```bash
51
+ llama-server --hf-repo ojisetyawan/llama3-8b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF --hf-file llama3-8b-cpt-sahabatai-v1-instruct-q4_k_m.gguf -c 2048
52
  ```