Skip to content

LePika v0.1.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 17:08
· 6 commits to main since this release
3fb39e3

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)