Bump numpy version in torchchat to match that of PyTorch #1321
Labels
actionable
Items in the backlog waiting for an appropriate impl/fix
enhancement
New feature or request
Known Gaps
These are known Gaps/Issues/Bug items in torchchat
🚀 The feature, motivation and pitch
Currently torchchat uses a restricted numpy version
torchchat/install/requirements.txt
Line 16 in 0e37b9a
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
The text was updated successfully, but these errors were encountered: