• 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
..
cache Loading commit data...
__init__.py Loading commit data...
acceleration.py Loading commit data...
capabilities.py Loading commit data...
grammar.py Loading commit data...
hf_loading.py Loading commit data...
manager.py Loading commit data...
parser.py Loading commit data...
pipeline_cache.py Loading commit data...
quant.py Loading commit data...
ram_monitor.py Loading commit data...
templates.py Loading commit data...
thermal.py Loading commit data...
tool_call_grammar.gbnf Loading commit data...
turboquant.py Loading commit data...
utils.py Loading commit data...