Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertionError: torch version must be <= 1.10 in order to use OpenAI discrete vae #453

Open
mvaghei78 opened this issue May 30, 2023 · 0 comments

Comments

@mvaghei78
Copy link

Hello everyone,
I want to use OpenAI's Pretrained VAE model (I mean OpenAIDiscreteVAE() class ) for training DALLE, but I got this error:

AssertionError: torch version must be <= 1.10 in order to use OpenAI discrete vae

I tried to install torch versions less than 1.10 on google Colab:
!pip install torch==1.10.0

but I got this error:

ERROR: Could not find a version that satisfies the requirement torch==1.10.0 (from versions: 1.11.0, 1.12.0, 1.12.1, 1.13.0, 1.13.1, 2.0.0, 2.0.1)
ERROR: No matching distribution found for torch==1.10.0

so there is no available version less than 1.11.0 for torch library in Colab. Is there any way to solve this problem?
I would appreciate your help. thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant