You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Note, use the setup_windows.py script attached to this release instead or check out release 6.2.1
Breaking Changes
Overhauled the installation procedure. Too many dependencies were creating conflicts that neither pip, pip-compile or any other approach I'm aware of could solve. Thus, setup_windows.py has been completely revamped to install on Windows + Nvidia GPU systems.
It should now install every library needed EVERY SINGLE TIME without exceptions. The tradeoff is that it's slightly slower, which is no biggie.
If I have time, I will re-incorporate an installation procedure for CPU-only systems.