Instructions to use Irtisum/Aurora-V3.2-GGUF 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 Irtisum/Aurora-V3.2-GGUF 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 Irtisum/Aurora-V3.2-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Irtisum/Aurora-V3.2-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Irtisum/Aurora-V3.2-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf Irtisum/Aurora-V3.2-GGUF: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 Irtisum/Aurora-V3.2-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Irtisum/Aurora-V3.2-GGUF: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 Irtisum/Aurora-V3.2-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Irtisum/Aurora-V3.2-GGUF:Q4_K_M
Use Docker
docker model run hf.co/Irtisum/Aurora-V3.2-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use Irtisum/Aurora-V3.2-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Irtisum/Aurora-V3.2-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Irtisum/Aurora-V3.2-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Irtisum/Aurora-V3.2-GGUF:Q4_K_M
- Ollama
How to use Irtisum/Aurora-V3.2-GGUF with Ollama:
ollama run hf.co/Irtisum/Aurora-V3.2-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use Irtisum/Aurora-V3.2-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Irtisum/Aurora-V3.2-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Irtisum/Aurora-V3.2-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use Irtisum/Aurora-V3.2-GGUF with Docker Model Runner:
docker model run hf.co/Irtisum/Aurora-V3.2-GGUF:Q4_K_M
- Lemonade
How to use Irtisum/Aurora-V3.2-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Irtisum/Aurora-V3.2-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Aurora-V3.2-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use Irtisum/Aurora-V3.2-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Irtisum/Aurora-V3.2-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default Irtisum/Aurora-V3.2-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use Irtisum/Aurora-V3.2-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Irtisum/Aurora-V3.2-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "Irtisum/Aurora-V3.2-GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
🩺 Aurora V3.2 (GGUF): Multilingual Clinical Triage & Screening Assistant (8B)
Aurora-V3.2-GGUF is an 8B parameter quantized instruction-tuned clinical screening model designed for multilingual healthcare triage in Bengali (বাংলা), Banglish (Phonetic Romanized Bengali), and English.
It is trained on the Irtisum/bengali-medical-triage-conversations dataset, incorporating 750+ contrastive hard-negative pairs to differentiate overlapping acute tropical fevers (Dengue, Malaria, Typhoid, Chikungunya, Hepatitis E) without diagnostic overcalling.
📊 Benchmark & Evaluation Results
Aurora V3.2 was evaluated across acute disease scenarios in Bengali, Banglish, and English. The results demonstrate the power of combining Instruction Fine-Tuning (SFT) with Clinical RAG Grounding:
| Configuration | Script / Language Routing | Diagnostic Differential Accuracy |
|---|---|---|
| Baseline LLM (Zero-Shot) | 35.0% (Broken Banglish) | < 30.0% (Severe Overcalling Bias) |
| Aurora V3.2 (SFT Parametric) | 90.0% | 50.0% |
| Aurora V3.2 + Clinical RAG Grounding | 92.5% | 95.0% 🚀 (+45.0% Accuracy Boost) |
🔬 Key Clinical Insights
- SFT Role: Fine-tuning establishes robust conversational triage behavior, clinical empathy, strict script routing (Banglish $\rightarrow$ Bengali script), and red-flag danger sign escalation.
- RAG Grounding Role: Connecting the model to structured clinical disease cards (WHO/CDC criteria) eliminates diagnostic drift, raising differential accuracy to 95.0%.
🌟 Clinical Triage Behavior
- Active History Taking: Asks one targeted discriminatory question per turn (2–4 turns total) before providing an assessment.
- Bilingual Script Routing:
- Bengali Query $\rightarrow$ Replies in Bengali script.
- Banglish Query ("amar 3 din dhore jor ar matha betha") $\rightarrow$ Replies in Bengali script.
- English Query $\rightarrow$ Replies in English.
- Emergency Escalation: Automatically surfaces danger signs (severe bleeding, circulatory shock, respiratory distress, severe dehydration) before the differential ranking.
- Zero-Prescription Safety: Strictly avoids prescribing medications, dosages, or unverified home remedies. Always advises consulting a licensed healthcare professional.
🚀 How to Run Locally
1. LM Studio (Recommended)
- Search for
Irtisum/Aurora-V3.2-GGUFinside LM Studio. - Download
Aurora-V3.2-Q4_K_M.gguf. - Load the model and chat directly!
2. Ollama
Create a Modelfile:
FROM ./Aurora-V3.2-Q4_K_M.gguf
PARAMETER temperature 0.2
PARAMETER top_p 0.9
SYSTEM """You are an empathetic, clinical AI triage assistant for Bengali, Banglish, and English. Always ask one relevant follow-up question per turn. Never prescribe medicine."""
Then run:
ollama create aurora-v3.2 -f Modelfile
ollama run aurora-v3.2
3. llama.cpp CLI
./llama-cli -m Aurora-V3.2-Q4_K_M.gguf \
-p "User: amar 3 din dhore jor ar matha betha korche\nAssistant:" \
-n 256 --temp 0.2
📚 Training Dataset
This model was trained on the open-source dataset: 👉 Irtisum/bengali-medical-triage-conversations
⚖️ Clinical Safety Disclaimer
DISCLAIMER: Aurora V3.2 is an experimental AI research model for academic and clinical triage benchmarking. It is not a certified medical device and must not be used as a substitute for professional medical diagnosis or clinical decision-making.
- Downloads last month
- 81
4-bit