Instructions to use Vicgrace/ARIS-V10.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Vicgrace/ARIS-V10.1 with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Vicgrace/ARIS-V10.1:Q4_K_M # Run inference directly in the terminal: llama cli -hf Vicgrace/ARIS-V10.1:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Vicgrace/ARIS-V10.1:Q4_K_M # Run inference directly in the terminal: llama cli -hf Vicgrace/ARIS-V10.1:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf Vicgrace/ARIS-V10.1:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Vicgrace/ARIS-V10.1:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf Vicgrace/ARIS-V10.1:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Vicgrace/ARIS-V10.1:Q4_K_M
Use Docker
docker model run hf.co/Vicgrace/ARIS-V10.1:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use Vicgrace/ARIS-V10.1 with Ollama:
ollama run hf.co/Vicgrace/ARIS-V10.1:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use Vicgrace/ARIS-V10.1 with Docker Model Runner:
docker model run hf.co/Vicgrace/ARIS-V10.1:Q4_K_M
- Lemonade
How to use Vicgrace/ARIS-V10.1 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Vicgrace/ARIS-V10.1:Q4_K_M
Run and chat with the model
lemonade run user.ARIS-V10.1-Q4_K_M
List all available models
lemonade list
- Atomic Chat
ARIS V10.1
ARIS V10.1 (fine-tuned Qwen2.5-1.5B-Instruct) โ offline agronomic advisor for Nigerian smallholder farmers. QLoRA adapter + Q4_K_M GGUF for llama.cpp.
Base model
- Repository:
unsloth/Qwen2.5-1.5B-Instruct - Revision:
3d254dbee5e3beae81bb8a717ad3a03427a09d26
Fine-tuning
QLoRA (r=64, alpha=128) on 1,911 in-house Nigerian agronomy records, response-only loss, 2 epochs.
Quantization
Q4_K_M GGUF for llama.cpp. Target hardware: 8 GB RAM, 4 vCPU, offline.
Files
ARIS-V10.1-1.5B-Q4_K_M.ggufโ quantized model, ready for llama.cpp
Provenance
Full training, dataset, and evaluation provenance ships with the
submission bundle (see provenance/).
- Downloads last month
- -
Hardware compatibility
Log In to add your hardware
4-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Model tree for Vicgrace/ARIS-V10.1
Base model
Qwen/Qwen2.5-1.5B Finetuned
Qwen/Qwen2.5-1.5B-Instruct Finetuned
unsloth/Qwen2.5-1.5B-Instruct