Skip to content

v1.3.0

Choose a tag to compare

@michaelstaake michaelstaake released this 24 Jun 19:13

Various fixes and improvements, but the major one is that instead of manually using profiles to determine which GPUs are supported when creating your Docker containers, we have combined everything into a single inference container and created a script based approach.

This automates the GPU selection process every time you run LmPanel. No more profile tags or remembering to use the matching profile tag when shutting down your containers.

Also, instead of using CUDA for NVIDIA, we're now just using Vulkan for all GPUs. After extensive testing across both single GPU and multi-GPU hosts, the performance difference is minimal. However, it vastly simplifies the code base.

If you have been using a previous version of LmPanel, please review the README and other documentation.