-
Notifications
You must be signed in to change notification settings - Fork 82
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
Run cuvs-bench pytests and end-to-end tests in CI #574
Run cuvs-bench pytests and end-to-end tests in CI #574
Conversation
… e2e tests CI scripts
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
…ea-cuvs-bench-tests
/ok to test |
/ok to test |
/ok to test |
@@ -11,3 +11,11 @@ groups: | |||
search: | |||
itopk: [32, 64, 128, 256, 512] | |||
search_width: [1, 2, 4, 8, 16, 32, 64] | |||
test: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this idea!
@@ -37,7 +37,7 @@ dependencies: | |||
- libcusparse=11.7.5.86 | |||
- libcuvs==25.2.*,>=0.0.0a0 | |||
- librmm==25.2.*,>=0.0.0a0 | |||
- matplotlib | |||
- matplotlib-base | |||
- nccl>=2.19 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does Scikit-learn also need to be added here?
download(args.dataset, args.normalize, args.dataset_path) | ||
f.attrs["distance"] = metric | ||
|
||
convert_hdf5_to_fbin(full_path, normalize=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder- should we add debug prints before download
and convert_hdf5_to_fbin
as well, just in case they fail?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some minor, but they're minor so giving you a ci-codeowners
/ packaging-codeowners
approval so you have what you need to merge. Please do consider them.
/merge |
PR does the following: