Skip to content

AttributeError: module 'array_api_compat.torch' has no attribute 'repeat' #292

Closed
@mdhaber

Description

@mdhaber
>>> import array_api_compat
>>> array_api_compat.__version__
'1.11.2'
>>> from array_api_compat import torch
>>> torch.repeat
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: module 'array_api_compat.torch' has no attribute 'repeat'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions