Skip to content
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

Optimize Tests and reduce CI time #1285

Open
NJManganelli opened this issue Feb 25, 2025 · 2 comments
Open

Optimize Tests and reduce CI time #1285

NJManganelli opened this issue Feb 25, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@NJManganelli
Copy link
Collaborator

CI Tests take up a notable amount of time and there's optimization potential to streamline things.

As an example, one test added for PR #1272 was taking ~8minutes of total single-core test-time pre-optimization.

Overall, coffea tests are a significant portion of the planned scikit-hep integration tests, so this is important to address

Crossreference: #1254

@NJManganelli NJManganelli added the enhancement New feature or request label Feb 25, 2025
@lgray
Copy link
Collaborator

lgray commented Mar 10, 2025

One reason that python 3.13 takes so long on ubuntu is that it is building numpy for reasons that I have not understood. I'll dig here! This is obviously taking an enormous amount of unnecessary time.

@lgray
Copy link
Collaborator

lgray commented Mar 10, 2025

This appears to be some negative interference between tritonclient and python 3.13, where numpy doesn't make wheels for numpy 1.x for python 3.13 and tritonclient doesn't yet allow numpy 2. So we have to build it from scratch. Yikes!

triton-inference-server/client#826

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants