We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec59a6f commit 4cbc19cCopy full SHA for 4cbc19c
1 file changed
src/maxdiffusion/tests/ltx_transformer_step_test.py
@@ -104,7 +104,7 @@ def test_one_step_transformer(self):
104
devices_array = create_device_mesh(config)
105
mesh = Mesh(devices_array, config.mesh_axes)
106
base_dir = os.path.dirname(__file__)
107
- config_path = os.path.join(base_dir, "../models/ltx_video/xora_v1.2-13B-balanced-128.json")
+ config_path = os.path.join(base_dir, "../models/ltx_video/ltxv-13B.json")
108
109
with open(config_path, "r") as f:
110
model_config = json.load(f)
0 commit comments