Skip to content

Commit 3d5957d

Browse files
committed
debug for NaNs
1 parent 2fec055 commit 3d5957d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/maxdiffusion/schedulers/scheduling_unipc_multistep_flax.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ def step(
731731
last_sample=state.last_sample,
732732
this_sample=sample,
733733
order=state.this_order,
734+
step=step_val
734735
),
735736
lambda: sample,
736737
)

0 commit comments

Comments
 (0)