dalle-mini icon indicating copy to clipboard operation
dalle-mini copied to clipboard

Inference Notebook Does Not Work

Open sajeedmehrab opened this issue 2 years ago • 9 comments

image

sajeedmehrab avatar Feb 06 '23 16:02 sajeedmehrab

I think it should now work. Can you confirm?

borisdayma avatar Feb 08 '23 18:02 borisdayma

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.

colabtracemedia avatar Feb 09 '23 11:02 colabtracemedia

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

borisdayma avatar Feb 10 '23 02:02 borisdayma

Great, thank you, Inference Notebook now fixed!

colabtracemedia avatar Feb 12 '23 13:02 colabtracemedia

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

colabtracemedia avatar Mar 04 '23 10:03 colabtracemedia

Notebook is not working

robitec97 avatar Mar 08 '23 22:03 robitec97

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

colabtracemedia avatar Mar 14 '23 11:03 colabtracemedia

Loading VQGAN takes forever (notebook just keeps loading endlessly)

marburps avatar Apr 19 '23 16:04 marburps

I think the newest release should now directly work

borisdayma avatar Aug 22 '23 04:08 borisdayma