Skip to content

v21.5.9

Compare
Choose a tag to compare
@bmaltais bmaltais released this 06 May 15:33
· 1674 commits to master since this release
d2204c6
  • 2023/04/06 (v21.5.9)
    • Implement headless mode to enable easier support under headless services like vast.ai. To make use of it start the gui with the --headless argument like:

      .\gui.ps1 --headless or .\gui.bat --headless or ./gui.sh --headless

    • Added the option for the user to put the wandb api key in a textbox under the advanced configuration dropdown and a checkbox to toggle for using wandb logging. @x-CK-x

    • Docker build image @Trojaner

      • Updated README to use docker compose run instead of docker compose up to fix broken tqdm
      • Fixed build for latest release
      • Replace pillow with pillow-simd
      • Removed --no-cache again as pip cache is not enabled anyway
    • While overwriting .txt files with prefix and postfix including different encodings you might encounter this decoder error. This small fix gets rid of it... @ertugrul-dmr

    • Docker Add --no-cache-dir to reduce image size @chiragjn

    • Reverting bitsandbytes version to 0.35.0 due to issues with 0.38.1 on some systems