Skip to content

Commit ec3796d

Browse files
committed
should remove the velocity consistency stuff at some future date
1 parent 9e4746b commit ec3796d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

transfusion_pytorch/transfusion.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2177,7 +2177,8 @@ def forward(
21772177
Scalar |
21782178
tuple[Scalar, LossBreakdown] |
21792179
list[Float['b _ _']] |
2180-
tuple[Float['b _ l'], Tensor]
2180+
tuple[Float['b _ l'], Tensor] |
2181+
list[list[Tensor]] # predicted flows from return_only_pred_flows = True
21812182
):
21822183
is_decoding = exists(decoding_text_or_modality)
21832184

0 commit comments

Comments
 (0)