-
Notifications
You must be signed in to change notification settings - Fork 124
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
Fix For T3 Docker Build Issues #101
Conversation
@harsha-simhadri Hey are any of the CICD automated tests working for you? If I'm viewing my PR/branch CICD errors correctly, it says something about python3.6 not being supported (?) |
I think we need to bump up the python version number CI/CD. Looks like 3.6 is gone. |
I raised #102 to bump up python version to 3.10. First let's fold all 2021 PRs to main, stamp it v0.3, then raise python version, and then run these tests to merge? |
OK @harsha-simhadri I approved and merged it. CI testing works again! :) Let's wait a little while for PR63 and P64 in order to have the PR author verify them. Otherwise, once CI tests pass on PR101 and PR103, you can approve and merge and we should arrive PR63 and PR64 since PR103 is my best attempt to reconcile those. |
@harsha-simhadri Hey i'm trying to resolve the latest CI failing on this branch. I've merged the most recent master but getting "Nothing to run" on ngt-t1, ngt-t2, kst_ann_t1, and kst_ann_t1. I think I'm missing something obvious but not sure what it is... |
@sourcesync It seems that these builds fail because the installation of the library fails, e.g., the
I'm not sure how to handle this without involving the original authors. |
@maumueller Ah cool. Thanks for looking into this. Maybe it's best to default disable those for now so that CICD passes for upcoming submissions branched off master. I'm looking at past emails and it looks like NGT are T1 and T2 (?)
|
Right, we never got some results from Adding @NJU-yasuo to this discussion: Was there a reason to remove this? |
@maumueller hi, can you get it from https://github.com/NJU-yasuo/big-ann-benchmarks |
@NJU-yasuo Is it correct that all we need is this single file https://github.com/NJU-yasuo/big-ann-benchmarks/blob/f2a7f1f0374361deb366dc1ea16260c6049e8e42/benchmark/algorithms/opt_faiss.py and it works on top of faiss? |
I'm merging this and will fix the CI runs in a different PR. |
Changes: