Update README.md
Browse files
README.md
CHANGED
@@ -30,13 +30,13 @@ base_model: google/gemma-3n-e4b-it
|
|
30 |
To install llama.cpp on your system, see [installation guide](https://github.com/ggml-org/llama.cpp/blob/master/README.md)
|
31 |
|
32 |
```sh
|
33 |
-
llama-cli -m ggml-org/gemma-3n-E4B-it-GGUF
|
34 |
```
|
35 |
|
36 |
### With ollama
|
37 |
|
38 |
```sh
|
39 |
-
ollama run ggml-org/gemma-3n-E4B-it-GGUF
|
40 |
```
|
41 |
|
42 |
### With LM Studio
|
|
|
30 |
To install llama.cpp on your system, see [installation guide](https://github.com/ggml-org/llama.cpp/blob/master/README.md)
|
31 |
|
32 |
```sh
|
33 |
+
llama-cli -m ggml-org/gemma-3n-E4B-it-GGUF:Q8_0
|
34 |
```
|
35 |
|
36 |
### With ollama
|
37 |
|
38 |
```sh
|
39 |
+
ollama run ggml-org/gemma-3n-E4B-it-GGUF:Q8_0
|
40 |
```
|
41 |
|
42 |
### With LM Studio
|