ai-toolkit icon indicating copy to clipboard operation
ai-toolkit copied to clipboard

Wrong install instruction - returns error

Open velanteg opened this issue 2 weeks ago • 1 comments

After entering commands from intsruction i am getting ERROR: Could not find a version that satisfies the requirement torch==2.7.0 (from versions: none) ERROR: No matching distribution found for torch==2.7.0

velanteg avatar Dec 09 '25 15:12 velanteg

I had a similar error. Ended up having to manually set my venv with python12 instead of 14 (which is the default version with the python command). Then I had to manually install cuda12 instead of the one in the instructions (I have an RTX4060Ti, which supposed to use Cuda13 according to NVIDIA-SMI (but I guess it's backwards compatible so it works). Perhaps I should have used cuda13, but what works works. The requirements have to be installed on the correct version of python and cuda for it to work with me.

lcmiracle avatar Dec 10 '25 17:12 lcmiracle