Skip to content

Commit 8d6a848

Browse files
authored
Fixes failures due to missing depdency (#150)
* Fixes failures due to missing depdency * Syncing both the requirements file
1 parent 1c9d4c1 commit 8d6a848

1 file changed

Lines changed: 25 additions & 9 deletions

File tree

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,34 @@
11
# Requirements for Building the MaxDifussion Docker Image
22
# These requirements are additional to the dependencies present in the JAX Stable Stack base image.
33
absl-py
4-
transformers>=4.25.1
54
datasets
6-
torch
7-
torchvision
5+
einops==0.8.0
6+
flax>=0.10.2
87
ftfy
8+
git+https://github.com/mlperf/logging.git
9+
google-cloud-storage==2.17.0
10+
grain-nightly
11+
huggingface_hub==0.24.7
12+
jax>=0.4.30
13+
jaxlib>=0.4.30
914
Jinja2
10-
scikit-image
15+
opencv-python-headless==4.10.0.84
16+
optax>=0.2.3
17+
orbax-checkpoint==0.10.2
1118
parameterized
1219
Pillow
13-
pytest
14-
tensorflow-datasets
20+
pyink
21+
pylint
22+
pytest==8.2.2
1523
ruff>=0.1.5,<=0.2
16-
git+https://github.com/mlperf/logging.git
17-
opencv-python
18-
huggingface_hub<0.26.0 #https://github.com/AI-Hypercomputer/maxdiffusion/issues/124
24+
scikit-image
25+
sentencepiece
26+
tensorboard>=2.17.0
27+
tensorboard-plugin-profile==2.15.2
28+
tensorboardx==2.6.2.2
29+
tensorflow>=2.17.0
30+
tensorflow-datasets>=4.9.6
31+
tokenizers==0.21.0
32+
torch==2.5.1
33+
torchvision==0.20.1
34+
transformers==4.48.1

0 commit comments

Comments
 (0)