- _dense_quant_prefetch_needed widened the transformer/ prefetch to pull the base repo's full dense bf16 shards even when a prequant checkpoint is configured (candidate.prequant), contradicting its own docstring. That both defeats the prequant download savings and can hard-fail begin_load on a disk-full (no GGUF fallback there). Only widen for a real dense build (candidate is not None and not candidate.prequant). - DiffusionStatusResponse declared no 'resolved' field, so Pydantic's default extra='ignore' silently dropped the per-control auto-policy provenance the backend records (build_resolved_record / state.resolved) -- the plumbing never reached any client. Declare the field so it round-trips. |
||
|---|---|---|
| .. | ||
| assets | ||
| auth | ||
| core | ||
| hub | ||
| loggers | ||
| models | ||
| plugins | ||
| requirements | ||
| routes | ||
| state | ||
| storage | ||
| tests | ||
| utils | ||
| __init__.py | ||
| _platform_compat.py | ||
| cloudflare_tunnel.py | ||
| colab.py | ||
| main.py | ||
| run.py | ||
| startup_banner.py | ||