Skip to content

Bump numpy version in torchchat to match that of PyTorch #1321

Closed
@Jack-Khuu

Description

@Jack-Khuu

🚀 The feature, motivation and pitch

Currently torchchat uses a restricted numpy version

numpy >= 1.17, < 2.0
due to a dependency on gguf-py (https://github.com/ggerganov/llama.cpp/blob/master/gguf-py/pyproject.toml).

We should move to matching the same numpy requirements as pytorch/pytorch. This allows for better continuity across repos.

https://github.com/pytorch/pytorch/blame/main/requirements.txt#L5

To do so, we must first bump the gguf-py requirements, then bump the torchchat requirements

Alternatives

No response

Additional context

No response

RFC (Optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Known GapsThese are known Gaps/Issues/Bug items in torchchatactionableItems in the backlog waiting for an appropriate impl/fixenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions