-
Notifications
You must be signed in to change notification settings - Fork 20
Support Numpy 2 #275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Numpy 2 #275
Conversation
Thanks for approving so quickly! CI is running. |
Just to double check: I think we were restricting the numpy version to 1.x due to some breaking changes in 2.0 API (triton-inference-server/client#690) but that was mainly affecting triton python client and not genai-perf, correct? |
I believe we restricted it because we didnt have the bandwidth to verify the API change and no one was directly asking for it. |
@dyastremsky thank you so much for the fix. Do you happen to know if there will a new release to include this change recently? |
My pleasure! I think this should make it into 25.02. |
Can I ask when this is planned and where to look for releases? https://pypi.org/project/genai-perf is at 0.0.10, which doesn't give the impression that 25.02 is next. |
@rgommers you can expect it to be part of 0.0.11 version, which should be released soon. |
genai_perf package already includes this change triton-inference-server/perf_analyzer#275
genai_perf package already includes this change triton-inference-server/perf_analyzer#275
No description provided.