Skip to content

Commit 0229dd6

Browse files
committed
requirement change
2 parents cfe2c64 + 1e1d2e1 commit 0229dd6

45 files changed

Lines changed: 1054 additions & 831 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/setup-miniconda/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
description: If set to any value, dont use sudo to clean the workspace
88
required: false
99
type: string
10-
default: "3.9"
10+
default: "3.10"
1111
miniconda-version:
1212
description: Miniconda version to install
1313
required: false

.github/workflows/XLML.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Add Testgrid Link to PR
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize]
6+
7+
jobs:
8+
add_testgrid_link:
9+
runs-on: ubuntu-latest
10+
permissions:
11+
pull-requests: write
12+
steps:
13+
- name: Add link to PR description
14+
env:
15+
PR_NUMBER: ${{ github.event.pull_request.number }}
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
run: |
18+
curl -X POST \
19+
-H "Authorization: token $GITHUB_TOKEN" \
20+
-H "Accept: application/vnd.github.v3+json" \
21+
"https://api.github.com/repos/${{ github.repository }}/issues/$PR_NUMBER/comments" \
22+
-d '{ "body": "e2e testgrid: https://8bcf50593faf4ea38060e236169827e5-dot-us-central1.composer.googleusercontent.com/dags/maxdiffusion_tpu_e2e/grid" }'

myenv/bin/python

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/bin/python

myenv/bin/python3

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python

myenv/bin/python3.10

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python

myenv/lib64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lib

myenv/pyvenv.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
home = /usr/bin
2+
include-system-site-packages = false
3+
version = 3.10.6

requirements.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
2-
jax==0.6.2
2+
jax>=0.6.2
33
jaxlib>=0.4.30
4-
grain-nightly==0.0.10
5-
google-cloud-storage==2.17.0
4+
grain
5+
google-cloud-storage>=2.17.0
66
absl-py
77
datasets
88
flax>=0.10.2
99
optax>=0.2.3
10-
torch==2.6.0
10+
torch>=2.6.0
1111
torchvision>=0.20.1
1212
ftfy
1313
tensorboard>=2.17.0
14-
tensorboardx==2.6.2.2
15-
tensorboard-plugin-profile==2.15.2
14+
tensorboardx>=2.6.2.2
15+
tensorboard-plugin-profile>=2.15.2
1616
Jinja2
1717
scikit-image
1818
parameterized
@@ -29,10 +29,11 @@ git+https://github.com/zmelumian972/xla@torchax/jittable_module_callable#subdire
2929
opencv-python-headless==4.10.0.84
3030
orbax-checkpoint==0.10.3
3131
tokenizers==0.21.0
32-
huggingface_hub==0.30.2
32+
huggingface_hub>=0.30.2
3333
transformers==4.48.1
3434
einops==0.8.0
3535
sentencepiece
3636
aqtp
3737
imageio==2.37.0
38-
imageio-ffmpeg==0.6.0
38+
imageio-ffmpeg==0.6.0
39+
hf_transfer>=0.1.9

requirements_with_jax_ai_image.txt

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,38 @@
11
# Requirements for Building the MaxDifussion Docker Image
22
# These requirements are additional to the dependencies present in the JAX AI base image.
3+
--extra-index-url https://download.pytorch.org/whl/cpu
4+
jax>=0.6.2
5+
jaxlib>=0.4.30
6+
grain
7+
google-cloud-storage>=2.17.0
38
absl-py
49
datasets
5-
einops==0.8.0
610
flax>=0.10.2
11+
optax>=0.2.3
12+
torch>=2.6.0
13+
torchvision>=0.20.1
714
ftfy
8-
git+https://github.com/mlperf/logging.git
9-
google-cloud-storage==2.17.0
10-
grain-nightly==0.0.10
11-
huggingface_hub==0.30.2
12-
jax>=0.4.30
13-
jaxlib>=0.4.30
15+
tensorboard>=2.17.0
16+
tensorboardx>=2.6.2.2
17+
tensorboard-plugin-profile>=2.15.2
1418
Jinja2
15-
opencv-python-headless==4.10.0.84
16-
optax>=0.2.3
17-
orbax-checkpoint==0.10.3
19+
scikit-image
1820
parameterized
1921
Pillow
20-
pyink
2122
pylint
23+
pyink
2224
pytest==8.2.2
23-
ruff>=0.1.5,<=0.2
24-
scikit-image
25-
sentencepiece
26-
tensorboard>=2.17.0
27-
tensorboard-plugin-profile==2.15.2
28-
tensorboardx==2.6.2.2
2925
tensorflow>=2.17.0
3026
tensorflow-datasets>=4.9.6
27+
ruff>=0.1.5,<=0.2
28+
opencv-python-headless==4.10.0.84
29+
orbax-checkpoint==0.10.3
3130
tokenizers==0.21.0
32-
torch==2.5.1
33-
torchvision==0.20.1
31+
huggingface_hub>=0.30.2
3432
transformers==4.48.1
33+
einops==0.8.0
34+
sentencepiece
35+
aqtp
3536
imageio==2.37.0
36-
imageio-ffmpeg==0.6.0
37+
imageio-ffmpeg==0.6.0
38+
hf_transfer>=0.1.9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"filelock",
9898
"flax>=0.4.1",
9999
"hf-doc-builder>=0.3.0",
100-
"huggingface-hub==0.30.0",
100+
"huggingface-hub>=0.30.2",
101101
"requests-mock==1.10.0",
102102
"importlib_metadata",
103103
"invisible-watermark>=0.2.0",

0 commit comments

Comments
 (0)