How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf HarshG05/InfraGenie-Azure-Expert: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": "HarshG05/InfraGenie-Azure-Expert:Q4_K_M"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
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
13
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