-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Feature request
Support NumPy 2.0.
Motivation
NumPy introduces the Array API, which bridges the gap between machine learning libraries. Many clients of HuggingFace are eager to start using the Array API.
Besides that, NumPy 2 provides a cleaner interface than NumPy 1.
Tasks
NumPy 2.0 was released for testing so that libraries could ensure compatibility since mid-March. What needs to be done for HuggingFace to support Numpy 2?
- Fix use of
array: Ensure compatibility with numpy 2.0.0 #6976 - Remove NumPy version limit: Unblock NumPy 2.0 #6991
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request