We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4af91 commit 5e17a62Copy full SHA for 5e17a62
1 file changed
src/maxdiffusion/tests/ltx_transformer_step_test.py
@@ -39,7 +39,7 @@
39
40
41
def load_ref_prediction():
42
- saved_prediction_path = "ltx_vid_transformer_test_ref_pred"
+ saved_prediction_path = "../ltx_vid_transformer_test_ref_pred"
43
predict_dict = torch.load(saved_prediction_path)
44
noise_pred_pt = predict_dict["noise_pred"].to(torch.float32)
45
return noise_pred_pt
0 commit comments