-
Currently rapids-compose clones a fixed set of repos. Most users are RAPIDS developers, and often they work on a different subset of those repos. So there's a lot of overhead on the initial cloning, b…
-
**Describe the bug**
With [PR](https://github.com/rapidsai/cuml/pull/4300) we enabed training single GPU cuML models using Dask DataFrames and Series but we use `compute` there which brings data t…
-
**What happened**:
- I'm running a query in dask-sql but I'm encountering an AssertionError. I also tried running it in pandas and outputted the same error.
**What you expected to happen**:
- I …
DaceT updated
3 years ago
-
There is often a lag between RAPIDS core dependencies getting updated and build failures cropping up in this repo, which is typically due to conda allowing older less restrictive RAPIDS nightlies in t…
-
When we build packages it is okay to tailor them to our specific use case (i.e. pre-installed Ably, Cloudevents, etc.) but we should be mindful to not couple them too tightly to how we are doing thing…
-
Hello RAPIDS,
Thanks for developing this amazing package.
I met 'ImportError: /usr/lib/x86_64-linux-gnu/libcuda.so.1: file too short' when importing packages.
```python
import scanpy as sc
import…
-
## Report needed documentation
**Report needed documentation**
A very common tech stack for ML researchers will be to install the latest version of PyTorch with the latest supported version of cum…
-
## Report incorrect documentation
**Location of incorrect documentation**
https://docs.nvidia.com/spark-rapids/user-guide/latest/qualification/quickstart.html#command-options
https://docs.nvidia.…
-
I'd like to be able to call LCASE on a string column to convert it to lowercase, like in MySQL. This is an alias for LOWER, which is noted in #1135 . This is listed as a supported operation on string …
-
### Is your feature request related to a problem? Please describe.
We currently roll our own default `cuco::cuda_allocator`, which internally calls `cudaMalloc/cudaFree`.
This approach doesn't lever…