-
One can't repr an [interchange protocol](https://data-apis.org/dataframe-protocol/latest/API.html) boolean buffer
```python
>>> df = cudf.DataFrame({"foo": [True]})
>>> interchange_df = df.__data…
-
As of 12372f4c6562f296c510f6734e748ef54c375c33, dataloader does not work with `tf.keras.layers.Embedding`.
When we run the following:
```python
import pandas as pd
import tensorflow as tf
fro…
-
### Version
24.03
### Which installation method(s) does this occur on?
Docker, Conda, Source
### Describe the bug.
When storing `cudf.core.dtypes.StructDtype` columns in a `morpheus._lib.messages…
mpenn updated
4 months ago
-
## 🐛 Bug
Currently the latest comment, which is https://github.com/mlc-ai/mlc-llm/commit/61ce2c226c0c611d00b29ee8db6acb11af93e9d6, causes:
```
/usr/local/lib/python3.11/dist-packages/mlc_llm/core…
-
**Describe the bug**
The top-level `CMakeList.txt` contains a `USE_NVTX` option, but setting it to `OFF` has no effect, NVTX traces for libcudf still show up in Nsight Systems.
**Steps/Code to rep…
-
Importing cuDF at any point significantly slows down cuPy operations (even if cuDF is not used). I think that this is an issue with cuDF rather than cuPy, but let me know if I should post it to the cu…
-
**Describe the bug**
Passing a `std::vector` with hundreds of files to `cudf::io::read_parquet` leads the reader to throw the exception:
```
Cannot query file size
```
This error occurs even thou…
-
### Problem description
when accessing numpy array with `ndarray`, nanobind fails when binding on a read-only object.
seems that
https://github.com/wjakob/nanobind/blob/a965f5b85a800ffe98856…
-
## 🐛 Bug
Faced the following error when using `repetition_penalty=1.6` with `num_shards=2`. This error did not occur with `num_shards=1`.
## To Reproduce
Steps to reproduce the behavior:…
-
### Describe the enhancement requested
It would be good to look into what we currently have enabled and what we could easily add for linting docs PRs. https://github.com/apache/arrow/pull/39989 fou…