We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de7a6c commit b6255f1Copy full SHA for b6255f1
pyproject.toml
@@ -49,7 +49,7 @@ dependencies = [
49
"transformers==4.41.1", # Pre-trained models published on Hugging Face
50
"diffusers==0.28.0", # Diffusion models published on Hugging Face
51
"timm==1.0.3", # Image models
52
- "datasets==2.19.1", # Datasets published on Hugging Face
+ "datasets==2.19.2", # Datasets published on Hugging Face
53
"x-transformers==1.30.2", # Phil Wang (Lucidrain)'s Transformer library
54
# Phil Wang (Lucidrain)'s Diffusion model library
55
# `ema-pytorch` is a dependency
0 commit comments