-
**Is your feature request related to a problem? Please describe.**
Legacy diagnostic tool was removed by https://github.com/NVIDIA/spark-rapids-tools/pull/406, following diagnostic functions are not …
-
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…
-
### Checklist
- [x] I added a descriptive title
- [x] I searched open requests and couldn't find a duplicate
### What is the idea?
Hello folks,
I've been maintaining the github.com/GoogleCloudData…
-
## 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…
-
**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
-
**Overview**
Create an entirely new section on the website that should do the following.
- Highlight the previous sponsors
- Davenport University
- Grand Rapids Community College (GRCC)
…
-
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…
-
**Describe the bug**
Observed following error while running [mig.sh](https://github.com/GoogleCloudDataproc/initialization-actions/blob/master/gpu/mig.sh) on dataproc-2.1-ubuntu20 with runtime version…
-
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 …
-
MWE (`test_rapids.jl`):
```julia
using CSV
using DataFrames
using RAPIDS
csvpath = "./metadata.csv"
@info "Generate dummy data"
X = randn(100000, 5)
df = DataFrame(X, :auto)
CSV.write(csv…