Skip to content

Commit 78f69a7

Browse files
qxipcursoragent
andcommitted
Bump ltx-2-mlx pins from v0.5.0 to v0.8.3
Align git install URLs with upstream release v0.8.3 for ltx-core-mlx and ltx-pipelines-mlx. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0e3e4ca commit 78f69a7

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ source .venv/bin/activate # or: source .venv/bin/activate.fish
5757

5858
uv pip install -r requirements.txt
5959
uv pip install \
60-
"ltx-core-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.5.0#subdirectory=packages/ltx-core-mlx" \
61-
"ltx-pipelines-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.5.0#subdirectory=packages/ltx-pipelines-mlx"
60+
"ltx-core-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.8.3#subdirectory=packages/ltx-core-mlx" \
61+
"ltx-pipelines-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.8.3#subdirectory=packages/ltx-pipelines-mlx"
6262
```
6363

6464
Use `pip` instead of `uv pip` if you prefer.

ltx_mlx_backend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,9 +585,9 @@ def load(self) -> None:
585585
"Missing ltx_pipelines_mlx. Install the MLX monorepo packages, e.g.:\n"
586586
" uv pip install \\\n"
587587
" \"ltx-core-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git"
588-
"@v0.5.0#subdirectory=packages/ltx-core-mlx\" \\\n"
588+
"@v0.8.3#subdirectory=packages/ltx-core-mlx\" \\\n"
589589
" \"ltx-pipelines-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git"
590-
"@v0.5.0#subdirectory=packages/ltx-pipelines-mlx\""
590+
"@v0.8.3#subdirectory=packages/ltx-pipelines-mlx\""
591591
) from e
592592
path = self._resolve_model_dir()
593593
self._model_path = path

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ av>=12.0
33
Pillow>=10.0
44
huggingface_hub>=0.20.0
55

6-
# MLX LTX-2.3 (Apple Silicon) — ltx-2-mlx v0.5.0 (PyPI TBD):
6+
# MLX LTX-2.3 (Apple Silicon) — ltx-2-mlx v0.8.3 (PyPI TBD):
77
# uv pip install \
8-
# "ltx-core-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.5.0#subdirectory=packages/ltx-core-mlx" \
9-
# "ltx-pipelines-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.5.0#subdirectory=packages/ltx-pipelines-mlx"
8+
# "ltx-core-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.8.3#subdirectory=packages/ltx-core-mlx" \
9+
# "ltx-pipelines-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.8.3#subdirectory=packages/ltx-pipelines-mlx"
1010
#
1111
# Upstream: https://github.com/dgrauet/ltx-2-mlx

scripts/benchmark_local_generation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ def resolve_interpreter(
101101
" uv pip install -r requirements.txt\n"
102102
" uv pip install \\\n"
103103
' "ltx-core-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git'
104-
'@v0.5.0#subdirectory=packages/ltx-core-mlx" \\\n'
104+
'@v0.8.3#subdirectory=packages/ltx-core-mlx" \\\n'
105105
' "ltx-pipelines-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git'
106-
'@v0.5.0#subdirectory=packages/ltx-pipelines-mlx"\n\n'
106+
'@v0.8.3#subdirectory=packages/ltx-pipelines-mlx"\n\n'
107107
"Then re-run this script (it uses .venv/bin/python3 automatically).\n\n"
108108
"Escape hatch (not recommended): --allow-system-python\n",
109109
file=sys.stderr,

0 commit comments

Comments
 (0)