• Stefy Lanza (nextime / spora )'s avatar
    quant: surface jobs on Tasks page + model list, persist across restart · 6d053dc1
    Stefy Lanza (nextime / spora ) authored
    - quant jobs now appear on the Tasks page (api_tasks emits kind=quantize) and as
      a live badge on the HF model-list row (polled; re-renders only on change).
    - persist job state to <cache>/quantized/jobs.json; on startup a job left
      "running" is marked "interrupted" only if its owning PID is dead (merge-safe
      save so multiple processes don't clobber each other).
    - gitignore the runtime model cache (models/), logs/, and the third-party
      GPTQModel/ source clone (installed into the venv, not part of this repo).
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    6d053dc1
Name
Last commit
Last update
..
admin Loading commit data...
api Loading commit data...
backends Loading commit data...
broker Loading commit data...
frontproxy Loading commit data...
models Loading commit data...
openai Loading commit data...
pydantic Loading commit data...
queue Loading commit data...
tasks Loading commit data...
__init__.py Loading commit data...
cli.py Loading commit data...
config.py Loading commit data...
main.py Loading commit data...
platform_paths.py Loading commit data...