Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,9 @@ base_model:
|
|
6 |
- t-tech/T-lite-it-1.0
|
7 |
pipeline_tag: image-to-text
|
8 |
---
|
9 |
-
This model was converted to GGUF format from t-tech/T-lite-it-1.0 using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- t-tech/T-lite-it-1.0
|
7 |
pipeline_tag: image-to-text
|
8 |
---
|
9 |
+
# This model was converted to GGUF format from t-tech/T-lite-it-1.0 using llama.cpp via the ggml.ai's GGUF-my-repo space. Refer to the original model card for more details on the model.
|
10 |
+
|
11 |
+
Run with LLaMa-CLI:
|
12 |
+
```
|
13 |
+
.\llama-cli.exe -m .\models\t-lite-it-1.0-q3_k_s.gguf --gpu-layers 50 -p "Write only on Russian" -cnv
|
14 |
+
```
|