0.39.0
Version 0.39.0
- new model support: rhymes-ai/Aria
- improved support for multi-image in various models.
- docker package: The latest release will now be tagged with
:latest
, rather than latest commit. ⚠️ docker: docker will now run as a user instead of root. Yourhf_home
volume may need the ownership fixed, you can use this command:sudo chown $(id -u):$(id -g) -R hf_home