Skip to content

Commit

Permalink
Fix spelling in scheduling_flow_match_euler_discrete.py (#8497)
Browse files Browse the repository at this point in the history
Update scheduling_flow_match_euler_discrete.py

Spelling:
Foward -> Forward

Co-authored-by: YiYi Xu <[email protected]>
  • Loading branch information
kkj15dk and yiyixuxu authored Jun 12, 2024
1 parent 24bdf4b commit 829f6de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def scale_noise(
noise: Optional[torch.FloatTensor] = None,
) -> torch.FloatTensor:
"""
Foward process in flow-matching
Forward process in flow-matching
Args:
sample (`torch.FloatTensor`):
Expand Down

0 comments on commit 829f6de

Please sign in to comment.