Instructions to use jadynwor/aria-sar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use jadynwor/aria-sar with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="jadynwor/aria-sar", filename="gemma-sar.gguf", )
llm.create_chat_completion( messages = "\"cats.jpg\"" )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use jadynwor/aria-sar with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf jadynwor/aria-sar # Run inference directly in the terminal: llama-cli -hf jadynwor/aria-sar
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf jadynwor/aria-sar # Run inference directly in the terminal: llama-cli -hf jadynwor/aria-sar
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 jadynwor/aria-sar # Run inference directly in the terminal: ./llama-cli -hf jadynwor/aria-sar
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 jadynwor/aria-sar # Run inference directly in the terminal: ./build/bin/llama-cli -hf jadynwor/aria-sar
Use Docker
docker model run hf.co/jadynwor/aria-sar
- LM Studio
- Jan
- Ollama
How to use jadynwor/aria-sar with Ollama:
ollama run hf.co/jadynwor/aria-sar
- Unsloth Studio new
How to use jadynwor/aria-sar with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for jadynwor/aria-sar to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for jadynwor/aria-sar to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for jadynwor/aria-sar to start chatting
- Docker Model Runner
How to use jadynwor/aria-sar with Docker Model Runner:
docker model run hf.co/jadynwor/aria-sar
- Lemonade
How to use jadynwor/aria-sar with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull jadynwor/aria-sar
Run and chat with the model
lemonade run user.aria-sar-{{QUANT_TAG}}List all available models
lemonade list
ARIA-SAR Models
Three fine-tuned models for aerial search and rescue drone analysis. Built for the Gemma 4 Good Hackathon.
Models Included
combined_best.pt โ YOLOv9c human detection
- Fine-tuned on HERIDAL + SARD datasets (5,123 images)
- 0.861 mAP50 accuracy
- Detects people from drone altitude
efficientnet_distress.pt โ EfficientNet-B0 distress classifier
- Fine-tuned on 6,024 aerial person crops
- 92% validation accuracy
- Classes: LYING_DOWN, STATIONARY, OBSCURED
gemma-sar.gguf โ Gemma 4B rescue briefing generator
- Base: google/gemma-3-4b-it
- Fine-tuned with Unsloth on 100 SAR examples
- Training loss: 2.91 โ 0.54
- Quantized Q8_0 GGUF via llama.cpp
- Runs via Ollama as "aria-sar"
Usage
See the ARIA GitHub repo for full deployment instructions.
# Load Gemma into Ollama
docker cp gemma-sar.gguf ollama:/tmp/gemma-sar.gguf
docker exec ollama sh -c "echo 'FROM /tmp/gemma-sar.gguf' > /tmp/Modelfile"
docker exec ollama ollama create aria-sar -f /tmp/Modelfile
- Downloads last month
- 127
Hardware compatibility
Log In to add your hardware
We're not able to determine the quantization variants.