Skip to content

installers v6

Compare
Choose a tag to compare
@derrian-distro derrian-distro released this 21 Mar 19:24
· 133 commits to main since this release

Complete re-write of the installer to be a python script. does everything the previous installers did as well as allows installation of torch 2.0.0 or 2.1.0 as well as triton for those versions. Additionally adds proper checks to prevent installation outside of using python 3.10.6

new xformers were built to follow this update, and are installed through the installer.

you can run this installer by putting it into an empty folder, then opening up a command line, then typing python installer.py

EDIT: updated the installer.py to fix a bug with installing torch 2.0.0 and swapped the xformers links to be actually correct.
EDIT: update the installer.py to fix a bug in which it fails to properly import requests after installation.
EDIT: modified the version check to check for any python 3.10 version greater or equal to 3.10.6