Upgrade to numpy 2.0
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 14.7k
- Forks
- 2.8k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 489
Description
Hi,
Could you clarify why TRT-LLM requires numpy<2.0? The NeMo team is working on upgrading to NumPy 2.0, but this dependency is blocking us. Is there a plan to support NumPy 2.0 in TRT-LLM?
Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the dependency declaration that constrains TRT-LLM to numpy<2.0 and identify the affected compatibility checks or tests. Review the NumPy 2.0 migration concerns raised in the issue, then verify that TRT-LLM still installs and its existing inference tests pass with NumPy 2.0.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, python
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100