Views
No views yet
groxaxo.
It is intended for open-source evaluation, reproducible experimentation, and compatible local or
hosted inference workflows. The wording below is deliberately limited to what can be verified
from this repository's metadata and artifacts.| Field | Details |
|---|---|
| Format | GGUF |
| Source / base | the source checkpoint identified in the repository metadata |
| Intended task | image-text-to-text |
| License | the license declared in the repository files |
*.gguf (2 files).gguf file that fits your available memory, then run it with a current llama.cpp
build:1llama-cli \
2 -m /path/to/model.gguf \
3 -p "Write a concise technical summary."