Skip to content

Commit 4cbc19c

Browse files
committed
ltx_transformer_step_test.py modified
1 parent ec59a6f commit 4cbc19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/tests/ltx_transformer_step_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_one_step_transformer(self):
104104
devices_array = create_device_mesh(config)
105105
mesh = Mesh(devices_array, config.mesh_axes)
106106
base_dir = os.path.dirname(__file__)
107-
config_path = os.path.join(base_dir, "../models/ltx_video/xora_v1.2-13B-balanced-128.json")
107+
config_path = os.path.join(base_dir, "../models/ltx_video/ltxv-13B.json")
108108

109109
with open(config_path, "r") as f:
110110
model_config = json.load(f)

0 commit comments

Comments
 (0)