Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- google/gemma-3-270m
|
4 |
+
---
|
5 |
+
# gemma-3-270m GGUF
|
6 |
+
|
7 |
+
Recommended way to run this model:
|
8 |
+
|
9 |
+
```sh
|
10 |
+
llama-server -hf ggml-org/gemma-3-270m-GGUF -c 0 -fa
|
11 |
+
|
12 |
+
# Then, access http://localhost:8080
|
13 |
+
```
|