Skip to content

v1.3.3

Latest

Choose a tag to compare

@michaelstaake michaelstaake released this 03 Jul 15:59

Various fixes and improvements. Notable ones include:

  • lmpanel script up now includes detached as default. No more -d needed. But if you don't want detached, you can use -nd flag (short for not detached, very creative, I know).
  • Device and model ordering in the web interface is now handled via up/down buttons rather than drag and drop. Drag and drop looked nice but didn't work well on some devices.
  • Docker containers don't auto start on system boot by default. You can adjust this behavior as needed but the new defaults ensure that you don't end up in a cycle of constant crash - reboot - crash - reboot if you are having stability issues. Although the following list item should make it a non-issue, on certain configurations, this can still be helpful:
  • Watchdog behavior improvements that prevent OOM and potential system hang in multi-GPU environments when RAM constrained.

Ensure that with each update, especially this one, you update your env file. You can use a command like cp .env.example .env to do this. But, you'll have to move any adjustments to the new env file after doing so.