π Air-gap by construction. Only local providers are selectable
({{ local_providers|join(', ') }}). Cloud fine-tuning providers are intentionally
not offered. GPU is auto-detected; without a GPU, training gracefully degrades to a no-op.
New Training Job
Training Jobs
Job
Collection
Provider
State
{% for j in jobs %}
{{ j.job_id }}
{{ j.collection_id }}
{{ j.provider }}
{{ j.state }}
{% else %}
No training jobs yet (dic-finetune-01).
{% endfor %}
Trained Models
Model
Format
Eval
{% for m in models %}
{{ m.name }}
{{ m.format }}
{{ m.eval_summary }}
{% else %}
No models yet β exported GGUF adapters appear here after a completed job.
{% endfor %}
{% set iqe_canvas = "dic" %}
{% set iqe_api_route = "/document-intelligence/api/iqe-query" %}
{% set iqe_title = "IQE Query β Fine-Tuning" %}
{% set iqe_examples = [
{"label": "All datasets", "query": "foreach f in dic.ft_datasets select f.dataset_id, f.collection_id, f.pair_count"}
] %}
{% include "includes/iqe_query_widget.html" %}
{% endblock %}