Update README.md
Browse files
README.md
CHANGED
@@ -30,11 +30,12 @@ Choose a gguf file without the mmproj in the name
|
|
30 |
https://huggingface.co/Mungert/gemma-3-4b-it-gguf/tree/main
|
31 |
Choose a file with mmproj in the name
|
32 |
|
|
|
|
|
33 |
5. **Run the CLI Tool**:
|
34 |
```bash
|
35 |
-
llama-gemma3-cli -m google_gemma-3-4b-it-
|
36 |
```
|
37 |
-
6. Copy images to the same folder as the gguf files or alter paths appropriately
|
38 |
|
39 |
|
40 |
Running in chat mode, available commands:
|
|
|
30 |
https://huggingface.co/Mungert/gemma-3-4b-it-gguf/tree/main
|
31 |
Choose a file with mmproj in the name
|
32 |
|
33 |
+
5. Copy images to the same folder as the gguf files or alter paths appropriately. In the example below the gguf files, images and llama-gemma-cli are in the same folder.
|
34 |
+
|
35 |
5. **Run the CLI Tool**:
|
36 |
```bash
|
37 |
+
llama-gemma3-cli -m google_gemma-3-4b-it-q8.gguf --mmproj google_gemma-3-4b-it-mmproj-q8.gguf
|
38 |
```
|
|
|
39 |
|
40 |
|
41 |
Running in chat mode, available commands:
|