Versions of libraries#

The field Generative Artificial Intelligence is moving fast and code libraries are updated quickly. To make the notebooks in this chapter as reproducible as possible, we’re here documenting which versions of libraries were used.

import openai
openai.__version__
'1.5.0'
import langchain
langchain.__version__
'0.0.350'
import bia_bob
bia_bob.__version__
'0.6.2'
import torch
torch.__version__
'2.1.2'
import diffusers
diffusers.__version__
'0.24.0'
import darth_d
darth_d.__version__
'0.4.0'
import skimage
skimage.__version__
'0.22.0'