ulysses/static
Nico Panu 8874a11baf
Gate Cookbook quick run on downloaded models
Gate Cookbook "Run" on the model being downloaded
The What-Fits tab's quick "Run" button launched a serve task even when
the model was not downloaded. It POSTed directly to /api/model/serve and switched to the Running tab, so vLLM/SGLang would background-pull at launch (and llama.cpp just errors "No GGUF found") while the task showed as "running" without actually serving anything.
The Configure button and the Serve tab already gate on the cached-model
list; quick-Run did not. Mirror that gate: when the model isn't cached,
honor the button's "Download" half by kicking off the download instead of spawning a phantom serve task, and toast the user to Run again once it finishes.
2026-06-01 16:46:24 +09:00
..
fonts Odysseus v1.0 2026-05-31 23:58:26 +09:00
js Gate Cookbook quick run on downloaded models 2026-06-01 16:46:24 +09:00
lib Odysseus v1.0 2026-05-31 23:58:26 +09:00
app.js Respect text-only emoji setting after svgification 2026-06-01 15:41:27 +09:00
index.html Add Deep Research extraction controls 2026-06-01 14:55:33 +09:00
landing.html Fix landing footer snap and uvicorn docs 2026-06-01 10:51:55 +09:00
login.html Odysseus v1.0 2026-05-31 23:58:26 +09:00
manifest.json Odysseus v1.0 2026-05-31 23:58:26 +09:00
style.css Match task status pills to cookbook style 2026-06-01 15:01:24 +09:00
sw.js Odysseus v1.0 2026-05-31 23:58:26 +09:00