{% extends "base.html" %} {% block title %}LLM Trainer - AUTARCH{% endblock %} {% block content %}

Codebase Scan

Generate Training Dataset

Extracts code, architecture Q&A, and module creation examples from the AUTARCH codebase into JSONL training data.




Saved Datasets

Click "Refresh" to load datasets.

LoRA Fine-Tuning

Fine-tune a base model with LoRA adapters on your generated dataset. Requires a HuggingFace model ID or local path.

Advanced Settings

Phase
Idle
Progress
0%
Status
Ready

Training Log

Training log will appear here...

GGUF Conversion

Merge a trained LoRA adapter with its base model and convert to GGUF format for local inference.

Saved LoRA Adapters

Click "Refresh" to load adapters.

Convert to GGUF



    

Available GGUF Models

Click "Refresh" to load models.

Model Evaluation

Test a GGUF model with sample prompts to verify it learned the AUTARCH codebase.

Test Prompts

{% endblock %}