How to use from
OpenClaw
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 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 "HarshG05/InfraGenie-Azure-Expert: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"
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