ljawadi/eschaton-terraform-savant-v0.4.19-gguf
Eschaton Terraform Savant v0.4.19 — GGUF
GGUF-quantized build of ljawadi/eschaton-terraform-savant-v0.4.19 with the LoRA merged into the base, so the model loads directly in llama.cpp, Ollama, LM Studio, text-generation-webui, and any other runtime that consumes GGUF — no GPU required.
For training methodology, evals, EU AI Act Annex IV compliance pack, limitations, and citation, see the main repo.
Available quantizations
Ollama
ollama run hf.co/ljawadi/eschaton-terraform-savant-v0.4.19-gguf:Q4_K_MThen prompt:
>>> Write the complete Terraform HCL code for an aws_s3_bucket 'logs-prod' in eu-central-1
with versioning, SSE-S3, public-access blocked. Output ONLY HCL in a fenced code block.The model is trained to refuse non-Terraform tasks. By design (see main repo).
llama.cpp
./llama-cli -m eschaton-terraform-savant-v0.4.19-Q4_K_M.gguf \
-p "<|im_start|>user\nWrite the Terraform HCL for an aws_s3_bucket 'logs-prod' \
in eu-central-1 with versioning, SSE-S3, public-access blocked. Output ONLY HCL in \
a fenced code block.<|im_end|>\n<|im_start|>assistant\n" \
-n 1024 --temp 0 --no-display-promptLM Studio / text-generation-webui
Drop any of the .gguf files into the models folder and select it from the UI. Use the Qwen2.5 chat template (built into both UIs).
Out of scope — refuses by design
Like the main repo, this savant is only for Terraform HCL. Asking it anything else (python, kubernetes, dockerfile, general questions, even "explain Terraform CI/CD in GitHub Actions") will trigger the canonical refusal:
"I am a Terraform savant. This task is out of scope. Please ask Terraform/HCL questions only."
That refusal score of 1.00 on the held-out OOS bench + 1.00 on a 10-prompt adversarial functional test is the auditable evidence for the Annex IV §3 intended-use declaration.
Contact
eschatonai.eu (website may not be reachable yet — DM [LinkedIn](https://www.linkedin.com/in/lukas-sami-jawadi/))
🇩🇪 Deutsche Kurzversion
GGUF-quantisierter Build von ljawadi/eschaton-terraform-savant-v0.4.19. Die LoRA ist in die Base gemerged, sodass das Modell direkt in llama.cpp, Ollama, LM Studio etc. lädt — kein GPU nötig.
Für Methodik, Evals, Annex IV Pack und Limitations siehe den Haupt-Repo.
Drei Quantization-Stufen: Q4KM (Laptop, ~4.4 GB), Q5KM (besser, ~5.1 GB), Q8_0 (near-lossless, ~7.5 GB).
Ollama: ollama run hf.co/ljawadi/eschaton-terraform-savant-v0.4.19-gguf:Q4_K_M
Out of scope: Das Modell lehnt alle Nicht-Terraform-Anfragen ab. Refusal-Score 1.00 perfekt — das ist die auditierbare Evidenz für die Annex-IV-§3-Intended-Use-Deklaration.
Kontakt: eschatonai.eu (ggf. noch nicht erreichbar — DM auf [LinkedIn](https://www.linkedin.com/in/lukas-sami-jawadi/))
