-
Notifications
You must be signed in to change notification settings - Fork 30
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
release 24.12 [skip ci] #822
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
[auto-merge] branch-24.10 to branch-24.12 [skip ci] [bot]
* add example for current support for no import change in notebook and some patches Signed-off-by: Erik Ordentlich <[email protected]> * fix notebook and clarify and link readme(s) Signed-off-by: Erik Ordentlich <[email protected]> --------- Signed-off-by: Erik Ordentlich <[email protected]>
Signed-off-by: YanxuanLiu <[email protected]>
) * update etl plugin to 24.10 to pull in some benchmark related fixes, turn off mlflow for benchmarks Signed-off-by: Erik Ordentlich <[email protected]> * use import error excpetion Signed-off-by: Erik Ordentlich <[email protected]> --------- Signed-off-by: Erik Ordentlich <[email protected]>
…793) * add cosine to ann docstring about metric. * rephrase the docstring of ANN to be more accurate * explain default value euclidean of metric * improved phrasing * add helpful information on metric restriction for cagra, with a test case --------- Signed-off-by: Jinfeng <[email protected]>
Signed-off-by: Jinfeng <[email protected]>
…#797) * update own package versions to 24.12 and pull in 24.12 nightly for ci Signed-off-by: Erik Ordentlich <[email protected]> * copyright date Signed-off-by: Erik Ordentlich <[email protected]> --------- Signed-off-by: Erik Ordentlich <[email protected]>
…ittent … (#787) * avoid reinitializing rmm multiple times to resolve some intermittent memory issuespin numpy < 1 in readme Signed-off-by: Erik Ordentlich <[email protected]> * move memory resource setting to function and invoke in predict as well Signed-off-by: Erik Ordentlich <[email protected]> --------- Signed-off-by: Erik Ordentlich <[email protected]>
…er a hanging issue has been fixed in cuml 24.12 (#799) * add catching cuda error in knn.py support test_logistic_regression_nl.py add environmental variable NCC_DEBUG and CUDA_LAUNCH_BLOCKING add a test case for triggering hanging issue add skip testing not expect failure * revert conftest.py, knn.py, utils.py and get mypy checking passed * refine test case --------- Signed-off-by: Jinfeng <[email protected]>
…#804) * add repeat running to reproduce error locally Signed-off-by: Jinfeng <[email protected]> enable pre-merge ci to reproducing nightly ci failed test case add print statement and remove pytest-xdist to get print out results fix the failure issue that alignment hasn't be done in cuml 24.12 * fix non-deterministic indexing + inconsistent output of ivfpq refine * revert run_test.sh * revise type per comment
* remove standardization_with_cupy for dense case as latest raft stats kernel are working good for calculating mean and stddev revise cpu memory requirement for tests_large to 256g revise test_compat to reproduce error, passed on single gpu fails on two gpus due to variance incorrect * revert changes for PR creation refine test cases relax tolerance from 1e-4 to 1e-3 for comparing intercept_ when standardization is true in test_compat relax tolerance for the second place comparing intercept --------- Signed-off-by: Jinfeng <[email protected]>
…alty cuml parameter (#807) * fix LogisticRegression copy ignores penalty Signed-off-by: Jinfeng <[email protected]> * demo for general solution per comment * get copy and its supoort of verbose work for dbscan, lr * move copy to base class * remove clutter and checked nightly passed locally * get copy and its support of verbose passed in kmeans * linear_regression * get it work for knn, ann * get it works for full lr params except float32_inputs and num_workers * get it work for pca * get copy works for random_forest * support umap * clean * move a test function to common and get mypy passed * Update python/tests/test_kmeans.py Co-authored-by: Rishi C. <[email protected]> --------- Signed-off-by: Jinfeng <[email protected]> Co-authored-by: Rishi C. <[email protected]>
* update rapids dependencies Signed-off-by: Erik Ordentlich <[email protected]> * update copyright year Signed-off-by: Erik Ordentlich <[email protected]> --------- Signed-off-by: Erik Ordentlich <[email protected]>
…l values (#811) Signed-off-by: Erik Ordentlich <[email protected]>
* Update notebook, test precomputed_knn, bump threshold * bump trust_diff * comments * type checking * typo * signoff Signed-off-by: Rishi Chandra <[email protected]> * cleanup * formatting * Address comments * add row_id in pdf --------- Signed-off-by: Rishi Chandra <[email protected]>
* backwards compat for createDataFrame * sign Signed-off-by: Rishi Chandra <[email protected]> * formatting * 2025 --------- Signed-off-by: Rishi Chandra <[email protected]>
keep up with spark-rapids init script changes and update to newer dataproc version --------- Signed-off-by: Erik Ordentlich <[email protected]>
build |
pxLi
approved these changes
Jan 13, 2025
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.
thanks! please merge as create a merge commit
YanxuanLiu
added a commit
that referenced
this pull request
Jan 15, 2025
Additional changes to fix issue of 24.12 RC based on #822 NOTE: this PR must be merged as `create a merge commit`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge to main for 24.12 release
Release notes as follows:
NOTE: this PR must be
merged as create a merge commit