Skip to content

Commit 774e2c4

Browse files
committed
updated requirements
1 parent d4c6738 commit 774e2c4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
2-
jax==0.5.3
2+
jax==0.6.2
33
jaxlib>=0.4.30
44
grain-nightly==0.0.10
55
google-cloud-storage==2.17.0
@@ -24,6 +24,8 @@ tensorflow>=2.17.0
2424
tensorflow-datasets>=4.9.6
2525
ruff>=0.1.5,<=0.2
2626
git+https://github.com/mlperf/logging.git
27+
git+https://github.com/Lightricks/LTX-Video
28+
git+https://github.com/zmelumian972/xla@torchax/jittable_module_callable#subdirectory=torchax
2729
opencv-python-headless==4.10.0.84
2830
orbax-checkpoint==0.10.3
2931
tokenizers==0.21.0

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ else
110110
fi
111111

112112
# Install maxdiffusion
113-
pip3 install -U . || echo "Failed to install maxdiffusion" >&2
113+
pip3 install -e . || echo "Failed to install maxdiffusion" >&2

0 commit comments

Comments
 (0)