Oji Setyawan
commited on
Commit
•
bb29ae0
1
Parent(s):
a97e651
Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ curl -fsSL https://ollama.com/install.sh | sh
|
|
27 |
ollama serve
|
28 |
```
|
29 |
|
30 |
-
### Run
|
31 |
```bash
|
32 |
ollama run hf.co/ojiset22/llama3-8b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF
|
33 |
```
|
@@ -41,12 +41,12 @@ brew install llama.cpp
|
|
41 |
```
|
42 |
Invoke the llama.cpp server or the CLI.
|
43 |
|
44 |
-
### 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 |
-
### 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 |
```
|
|
|
27 |
ollama serve
|
28 |
```
|
29 |
|
30 |
+
### Run CLI:
|
31 |
```bash
|
32 |
ollama run hf.co/ojiset22/llama3-8b-cpt-sahabatai-v1-instruct-Q4_K_M-GGUF
|
33 |
```
|
|
|
41 |
```
|
42 |
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 |
```
|