We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c6738 commit 774e2c4Copy full SHA for 774e2c4
2 files changed
requirements.txt
@@ -1,5 +1,5 @@
1
--extra-index-url https://download.pytorch.org/whl/cpu
2
-jax==0.5.3
+jax==0.6.2
3
jaxlib>=0.4.30
4
grain-nightly==0.0.10
5
google-cloud-storage==2.17.0
@@ -24,6 +24,8 @@ tensorflow>=2.17.0
24
tensorflow-datasets>=4.9.6
25
ruff>=0.1.5,<=0.2
26
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
29
opencv-python-headless==4.10.0.84
30
orbax-checkpoint==0.10.3
31
tokenizers==0.21.0
setup.sh
@@ -110,4 +110,4 @@ else
110
fi
111
112
# Install maxdiffusion
113
-pip3 install -U . || echo "Failed to install maxdiffusion" >&2
+pip3 install -e . || echo "Failed to install maxdiffusion" >&2
0 commit comments