Skip to content

Commit ef4ebc3

Browse files
fwilliamsharrism
andauthored
Update fvdb/jagged_tensor.py
Co-authored-by: Mark Harris <mharris@nvidia.com> Signed-off-by: Francis Williams <fwilliams@users.noreply.github.com>
1 parent 6de5c1b commit ef4ebc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fvdb/jagged_tensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ def jmin(self, dim: int = 0, keepdim: bool = False) -> list["JaggedTensor"]:
615615
616616
.. code-block:: python
617617
618-
# Create a jagged tensor from a list of tensors of each of shape (L_i, D)
618+
# Create a jagged tensor from a list of tensors of each of shape (L_i, D)
619619
jt = JaggedTensor.from_list_of_lists_of_tensors([t1, t2, t3])
620620
621621
# Compute the minimum along the jagged dimension (dim=0)

0 commit comments

Comments
 (0)