Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ extra_gated_button_content: Acknowledge license
|
|
10 |
tags:
|
11 |
- conversational
|
12 |
- llama-cpp
|
13 |
-
-
|
14 |
base_model: google/gemma-2-2b-it
|
15 |
---
|
16 |
|
@@ -29,12 +29,12 @@ Invoke the llama.cpp server or the CLI.
|
|
29 |
|
30 |
### CLI:
|
31 |
```bash
|
32 |
-
llama-cli --hf-repo oncu/gemma-2-2b-it-GGUF --hf-file gemma-2-2b-it-
|
33 |
```
|
34 |
|
35 |
### Server:
|
36 |
```bash
|
37 |
-
llama-server --hf-repo oncu/gemma-2-2b-it-GGUF --hf-file gemma-2-2b-it-
|
38 |
```
|
39 |
|
40 |
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.
|
@@ -51,9 +51,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
51 |
|
52 |
Step 3: Run inference through the main binary.
|
53 |
```
|
54 |
-
./llama-cli --hf-repo oncu/gemma-2-2b-it-GGUF --hf-file gemma-2-2b-it-
|
55 |
```
|
56 |
or
|
57 |
```
|
58 |
-
./llama-server --hf-repo oncu/gemma-2-2b-it-GGUF --hf-file gemma-2-2b-it-
|
59 |
```
|
|
|
10 |
tags:
|
11 |
- conversational
|
12 |
- llama-cpp
|
13 |
+
- kuantize-repo
|
14 |
base_model: google/gemma-2-2b-it
|
15 |
---
|
16 |
|
|
|
29 |
|
30 |
### CLI:
|
31 |
```bash
|
32 |
+
llama-cli --hf-repo oncu/gemma-2-2b-it-GGUF --hf-file gemma-2-2b-it-q5_k_m.gguf -p "The meaning to life and the universe is"
|
33 |
```
|
34 |
|
35 |
### Server:
|
36 |
```bash
|
37 |
+
llama-server --hf-repo oncu/gemma-2-2b-it-GGUF --hf-file gemma-2-2b-it-q5_k_m.gguf -c 2048
|
38 |
```
|
39 |
|
40 |
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.
|
|
|
51 |
|
52 |
Step 3: Run inference through the main binary.
|
53 |
```
|
54 |
+
./llama-cli --hf-repo oncu/gemma-2-2b-it-GGUF --hf-file gemma-2-2b-it-q5_k_m.gguf -p "The meaning to life and the universe is"
|
55 |
```
|
56 |
or
|
57 |
```
|
58 |
+
./llama-server --hf-repo oncu/gemma-2-2b-it-GGUF --hf-file gemma-2-2b-it-q5_k_m.gguf -c 2048
|
59 |
```
|