Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 09:12
· 7 commits to main since this release
  • docs: pull :latest again, now that a release publishes it
  • ci: build the image for a release CI actually tagged
  • server: stop the cooldown test racing the shed it measures
  • docs: point the pull command at a tag that exists
  • docker: name the actual reason a GPU is absent on Windows
  • docker: say what a GPU does and does not reach in a container
  • docker: one image that serves, backends downloaded not compiled
  • docker: drop ik_llama.cpp from the unified image
  • docker: make the unified image build fit inside CI

Full changelog: v1.0.0...v1.0.1

Instructions

Download the setup program for your platform:

  • Windows -- quartermaster-setup-windows-amd64-v1.0.1.exe
  • Linux -- quartermaster-setup-linux-amd64-v1.0.1 (or -linux-arm64-v1.0.1)
  • macOS, Apple silicon -- quartermaster-setup-darwin-arm64-v1.0.1

The unix ones need chmod +x first. There is no signed macOS build yet, so
clear the quarantine flag before the first launch:

xattr -d com.apple.quarantine ./quartermaster-setup-darwin-arm64-v1.0.1

SHA256SUMS covers every file here.

The other files, and who they are for

quartermaster-windows-amd64.exe and quartermaster-linux-amd64 /
-linux-arm64 / -darwin-arm64 are the bare server binary, not an
installer. Nothing about them creates a Start Menu entry, a desktop shortcut or
an uninstall record. They are published for two reasons:

  • the in-app updater downloads one to replace the running binary, so a release
    without them silently stops every existing install from updating;
  • a headless Linux or macOS box can run one directly: chmod +x, point it at
    a models folder, and install backends from Settings.

Installing for the first time? Take a quartermaster-setup-... file from
the instructions above.