Bradley Dice

Results 481 comments of Bradley Dice

Commit 89bcda2c079a4a728d6f3a4abf4857c9d2a5de10 should fix the issues here. Explanations: There was an empty matrix like ```yaml - matrix: packages: ``` that was deleted in `dependencies.yaml`. We needed that empty matrix to...

> Ah, the `pynvjitlink` lib is not marked as test dependency, but only as runtime dependency. In the test environment the pynvjitlink is pulled via a transitive dependency. I wonder...

@mfschmidt @brendanartley Can you share more about your OS and version (e.g. Ubuntu 20.04, whether you're using containers or WSL), how you installed the CUDA Toolkit, and the outputs of...

@Borda Google Colab uses CUDA 11, but your installation command above uses CUDA 12. That is what is causing the failure to find the linked `libcudart.so`. If using pip packages,...

@evanhowington Thanks for the issue! You mentioned on Slack that the zip file with your data wasn't uploaded. Can you try that again? There is a [25 MB file size...

@lijinf2 Can you share a bit more information in the description? Is this sparse failure related to the same spmm / spmv issues linked in https://github.com/rapidsai/raft/issues/2186? The failures there are...

cuML closely mirrors scikit-learn, just as cuDF closely mirrors pandas. This alignment led us to a one-release deprecation policy in cuDF. I think it is totally fine to favor alignment...

@KyleFromNVIDIA I'm going to merge the upstream into this PR to get a fresh CI run. This is the only open PR targeting 24.06 and it's a good candidate to...

This should be good to go once the documentation fix finishes running CI and we get an ops approval. I'll pre-emptively merge this.