-
**Please describe the bug**
When I try to use alpa to parallelize llama, it throws segment fault error.
**Please describe the expected behavior**
Alpa is expected to compile llama and work normal…
-
Following the [instructions on launching Databricks](https://docs.rapids.ai/deployment/stable/platforms/databricks/) have started failing.
On step 5 of section 2 where it says "Create and launch yo…
-
### Describe the issue
![image](https://user-images.githubusercontent.com/39560035/189062446-7db83c6a-a1d7-44a3-93ba-d7cf5022b1e1.png)
Excuse me I've been using the tutorial to install ONNX and have…
-
**Describe the bug**
In our project, we wanted to upgrade from `cudf-24.06` to `cudf-24.08`, but when we compile it runs into a linker error for the libcudf function `cudf::detail::initialize_with_ide…
-
I have been experimenting with adopting the [Array API](https://data-apis.org/array-api/latest/index.html) spec into scikit-learn. The Array API is one way for scikit-learn to run on other hardware su…
-
**Describe the bug**
We seem to be reading in an integer column with nulls as a floating column. This is similar to pandas behavior but since we have support for nullable dtypes in all dtypes, should…
-
At this moment, CudaBuffer can be converted to torch.Tensor through `__cuda_array_interface__`. However, sometimes we have to use libtorch(at::Tensor/torch::Tensor). Is it possible to make a libtorch …
-
**Describe the bug**
Hi,
I've problems using CUDA in my code. I tried to install CUDA11.8 with the command
`conda create -n rapids-23.02 -c rapidsai -c conda-forge -c nvidia rapids=23.02 pyth…
-
**Is your feature request related to a problem? Please describe.**
Currently when I construct a datetime series with `pandas.NaT`:
```python
import cudf as gd
import pandas as pd
gd.Series(["20…
-
**Describe the bug**
When trying to create an UMAP instance with 'canberra' as 'target_metric', I get this error : _TypeError: not all arguments converted during string formatting_
**Steps/Code to…