[DO NOT MERGE] temporarily bump build stack to 9.3.0 for testing - #3379
[DO NOT MERGE] temporarily bump build stack to 9.3.0 for testing#3379kkraus14 wants to merge 3 commits into
Conversation
|
rerun tests |
1 similar comment
|
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-0.18 #3379 +/- ##
===============================================
+ Coverage 71.48% 71.63% +0.14%
===============================================
Files 207 210 +3
Lines 16748 16924 +176
===============================================
+ Hits 11973 12123 +150
- Misses 4775 4801 +26
Continue to review full report at Codecov.
|
|
rerun tests |
|
@kkraus14 @JohnZed looks like we need an updated from https://anaconda.org/rapidsai-nightly/faiss/files what is the version we need? can this be done in conda-forge? |
| gpuci_conda_retry remove --force rapids-build-env rapids-notebook-env | ||
| gpuci_conda_retry remove --force rapids-build-env rapids-notebook-env faiss | ||
| gpuci_conda_retry install "libgcc-ng=9.3.0" "libstdcxx-ng=9.3.0" "libgfortran-ng=9.3.0" | ||
| gpuci_conda_retry install "conda-forge::faiss=1.6.3" "conda-forge::faiss-proc=*=cuda" |
There was a problem hiding this comment.
there's 1.6.5 on conda-forge as well, any reason we can't upgrade?
There was a problem hiding this comment.
not entirely sure, at some point there was some file re-organization and we would need some minor adjustments
There was a problem hiding this comment.
I can also remove our version of faiss if we can verify that conda-forge has a version for CUDA 11.0
There was a problem hiding this comment.
Yeah it was added in PR ( conda-forge/faiss-split-feedstock#13 ). Includes version 1.6.3
There was a problem hiding this comment.
probably the best path after everything passes with the conda-forge package
There was a problem hiding this comment.
Looks like this fixed the issues 🎉
|
rerun tests |
|
Closing now that rapidsai/integration#202 is merged |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## branch-0.18 #3379 +/- ##
===============================================
+ Coverage 71.47% 71.66% +0.19%
===============================================
Files 207 210 +3
Lines 16753 16945 +192
===============================================
+ Hits 11974 12144 +170
- Misses 4779 4801 +22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
DO NOT MERGE
Testing for rapidsai/integration#202