Skip to content

v1.7.2

Latest

Choose a tag to compare

@kossakovsky kossakovsky released this 13 Jul 21:03
ecfc551

Fixed

  • Ollama / InvokeAI — Fix make update resetting custom multi-GPU setups back to a single GPU. The NVIDIA GPU count was hardcoded as count: 1 in docker-compose.yml, so any manual edit was wiped by the update's git reset. The count is now read from .env (OLLAMA_GPU_COUNT and INVOKEAI_GPU_COUNT, default 1; set a number, e.g. 2, or all to use every available GPU), which survives updates — the variables are added to existing .env files automatically on the next make update (#81).

Upgrade

make update

Multi-GPU users: after updating, set OLLAMA_GPU_COUNT=2 (or all) in .env and run make restart once. The setting now persists across all future updates.

Full Changelog: v1.7.1...v1.7.2