How to use from
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 HarshG05/InfraGenie-Azure-Expert:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf HarshG05/InfraGenie-Azure-Expert:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf HarshG05/InfraGenie-Azure-Expert:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf HarshG05/InfraGenie-Azure-Expert: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 HarshG05/InfraGenie-Azure-Expert:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf HarshG05/InfraGenie-Azure-Expert: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 HarshG05/InfraGenie-Azure-Expert:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf HarshG05/InfraGenie-Azure-Expert:Q4_K_M
Use Docker
docker model run hf.co/HarshG05/InfraGenie-Azure-Expert:Q4_K_M
Quick Links

InfraGenie-Azure-Expert

InfraGenie is a specialized AI assistant fine-tuned for Azure Infrastructure management. It is designed to assist DevOps engineers and Architects in generating and reasoning about Cloud Infrastructure.

Model Details

  • Developed by: HarshG05
  • Model type: Causal Language Model (Fine-tuned Qwen2.5-Coder-7B)
  • Language(s): English, Terraform, Bicep, ARM
  • Finetuned from model: unsloth/Qwen2.5-Coder-7B-Instruct-bnb-4bit

Uses

  • Direct Use: Generating Terraform modules and Bicep templates for Azure.
  • Routing Logic: Automatically routes simple tasks to Bicep and complex infrastructure patterns to Terraform.

Training Details

  • Framework: Unsloth & QLoRA (4-bit quantization)
  • Hardware: Tesla T4 GPU (Google Colab)
  • Data Sources: Microsoft Learn, Terraform Registry, Azure Architecture Center

How to Get Started

  1. Download the GGUF file.
  2. Create a Modelfile with the following system prompt: SYSTEM "You are an Azure Infrastructure expert. Route simple requests to Bicep and complex ones to Terraform."
  3. Run via Ollama: ollama create infragenie -f Modelfile
Downloads last month
18
GGUF
Model size
8B params
Architecture
qwen2
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 HarshG05/InfraGenie-Azure-Expert