-
**Describe the bug**
Some type checks fail with cuDF pandas objects.
**Steps/Code to reproduce bug**
The following examples fail with assertion errors:
```
import cudf.pandas
cudf.pandas.insta…
-
### Description
Existing CuPy Collective work out of the box with jax arrays either through a wrapper around cupy like in alpa
### Use case
GPU to GPU collective ops for jax array on a ray …
-
## 🐛 Bug
running cm.generate(prompt=text) in a loop for mistral model is giving the following error
```
InternalError Traceback (most recent call last)
Cell In[7], …
-
## 🐛 Bug
### Trying to use rwkv-raven-1b5. It doesn't seem to load the model from HF, but instead throws an error at ("Multiple weight shard files without json map is not supported"). Any advice on…
-
Hello,
i get the following error on update manager in mainsail
Repo is dirty. Detected the following modifed files: ['.gitignore', 'Readme.md', 'chopper_plot.py', 'chopper_tune.cfg', 'gcode_shell…
-
**Describe the bug**
The execution time of a simple Python program that imports cudf and creates a dataframe will eventually increase to over 5 minutes when run multiple times on a system using the …
-
**Describe the bug**
cuDF matches positions around `_` as non-word boundaries but Python/Java does not. This was found by the fuzz tests while working on NVIDIA/spark-rapids#5692
**Steps/Code to r…
-
**Description**
I am calling inference requests on multiple ONNX models using the ONNX Runtime CUDA backend (`KIND_GPU`) in the Python backend file. For my ONNX model that takes in input with fixed b…
-
**Describe the bug**
I ran into a weird variation on the old `RuntimeError: Function "cuInit" not found` issue inside of a conda env with cudf `22.10.00`.
From inside of the env I can do: `python…
-
### Your current environment
```text
root@0fca177ad2d4:/workspace# python3 collect_env.py
Collecting environment information...
PyTorch version: 2.1.2
Is debug build: False
CUDA used to build…