Skip to content

Commit

Permalink
Regenerate stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
LLukas22 committed Oct 29, 2023
1 parent 08cd801 commit 2fa0c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-pyo3/py_src/candle/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class u8(DType):
pass

@staticmethod
def zeros(shape: Shape, dtype: Optional[DType] = None, device: Optional[Device] = None) -> Tensor:
def zeros(*shape: Shape, dtype: Optional[DType] = None, device: Optional[Device] = None) -> Tensor:
"""
Creates a new tensor filled with zeros.
"""
Expand Down

0 comments on commit 2fa0c72

Please sign in to comment.