Update README.md
Browse files
README.md
CHANGED
@@ -113,7 +113,7 @@ cd llama.cpp
|
|
113 |
make
|
114 |
|
115 |
# Run inference with q8_0 model
|
116 |
-
./main -m gemmax2-28-2b-q8_0.gguf -p "Translate from Chinese to English:
|
117 |
```
|
118 |
|
119 |
Available files:
|
@@ -146,7 +146,7 @@ For the original model:
|
|
146 |
```
|
147 |
|
148 |
For these quantized versions, please also credit:
|
149 |
-
- **Quantization by**: Tonic
|
150 |
- **Repository**: [Tonic/GemmaX2-28-2B-gguf](https://huggingface.co/Tonic/GemmaX2-28-2B-gguf)
|
151 |
|
152 |
## Contact
|
|
|
113 |
make
|
114 |
|
115 |
# Run inference with q8_0 model
|
116 |
+
./main -m gemmax2-28-2b-q8_0.gguf -p "Translate from Chinese to English: 我爱机器翻译\nEnglish:""
|
117 |
```
|
118 |
|
119 |
Available files:
|
|
|
146 |
```
|
147 |
|
148 |
For these quantized versions, please also credit:
|
149 |
+
- **Quantization by**: [Tonic](https://huggingface.co/Tonic)
|
150 |
- **Repository**: [Tonic/GemmaX2-28-2B-gguf](https://huggingface.co/Tonic/GemmaX2-28-2B-gguf)
|
151 |
|
152 |
## Contact
|