You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Repos whose weights are already quantized (NVFP4, AWQ and friends) are imported
as-is, instead of failing after the full multi-gigabyte download because Ollama
refuses to requantize a quantized source. The size estimate no longer promises a
store copy a quarter the download's size. (#10)
The systemd ollama.service that Ollama's install script enables on Linux is
disabled after install, so it stops fighting LePika's own ollama serve for port
11434 — and stops winning that port after a reboot with an empty model store. (#7)
A failed Express-to-Server switch now sweeps up the containers it left behind.
Previously they stayed invisible to lepika down while holding ports 3000 and
11434. (#8)
Pulled ChatML models whose published template dropped its tool handling are
rebuilt with a tool-capable chat template. (#12)
quant_method, read from a repo's own config.json, is escaped before it is
printed. A value containing Rich markup was parsed as markup and silently vanished
from the text you read to approve a download. (#13)