This repository has been archived by the owner on May 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 310
torchaudio、torchtext 、torchvision、 torch2.1.0 #348
Comments
+1 |
1 similar comment
+1 |
any fixes yet ? |
Check the issue after this one, there's a temporary fix |
thank you |
I've successfully fixed the library requirements, and it worked for me. Here is my code.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I found the problem of incompatibility between torchaudio, torchtext and torchvision and torch2.1.0 version
i try run this code to update torch=2.2.1 before install Kohya Trainer,
!pip uninstall -y torch
!pip install torch==2.2.1
import torchbut it still do back 2.1.0 when i run install Kohya Trainer, because !pip install -q xformers==0.0.22.post7 This version of xformers requires torch==2.1.0, so when running this command, pip will automatically downgrade your torch version to 2.1.0 to satisfy xformers' dependency requirements,
so,,,,I hope the author will quickly update the version of xformers that is compatible with torch==2.2.1
or found the versions of the three libraries torchaudio, torchtext and torchvision match the current torch2.1.0
The text was updated successfully, but these errors were encountered: