Skip to content

Commit 5e17a62

Browse files
committed
changed path
1 parent fd4af91 commit 5e17a62

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
@@ -39,7 +39,7 @@
3939

4040

4141
def load_ref_prediction():
42-
saved_prediction_path = "ltx_vid_transformer_test_ref_pred"
42+
saved_prediction_path = "../ltx_vid_transformer_test_ref_pred"
4343
predict_dict = torch.load(saved_prediction_path)
4444
noise_pred_pt = predict_dict["noise_pred"].to(torch.float32)
4545
return noise_pred_pt

0 commit comments

Comments
 (0)