borisdayma / dalle-mini

DALL·E Mini - Generate images from a text prompt

Home Page:https://www.craiyon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inference Notebook Does Not Work

sajeedmehrab opened this issue · comments

I think it should now work. Can you confirm?

Hi, thanks for the update. I now get this error in the Colab Inference Notebook when jax is imported:

import jax import jax.numpy as jnp

RuntimeError: jaxlib is version 0.3.25, but this version of jax requires version >= 0.4.2.

Ouch, this issue only appeared yesterday 😅
New attempt, I pushed a new fix (now pinning jax & flax as well)!

Great, thank you, Inference Notebook now fixed!

Hi, it looks like there's now an error with the version of jaxlib when running the Inference Notebook:
dalle_mimi_inference_nb_2023-03-03

Notebook is not working

Adding jaxlib and cuda version to setup.cfg install_requires works for Google Colab Inference notebook:
jaxlib@https://storage.googleapis.com/jax-releases/cuda11/jaxlib-0.3.25+cuda11.cudnn82-cp39-cp39-manylinux2014_x86_64.whl

Loading VQGAN takes forever (notebook just keeps loading endlessly)

I think the newest release should now directly work