-
**Describe the bug**
@benfred reported an import-time error with cuDF-python
```
In [13]: import cudf
df : Unsupported system page size
: Unsupported system page size
--------------------------…
-
I wanna use triton+tensorrt to deploy whisper, a transformer-like arc asr model.
I wanna use kv-cache to accelerate inference speed, so i use python-backend and dlpack to do this
when i build a d…
-
## 🐛 Bug
python3 build.py --model /home/LLM/vicuna-7b-v1.1 --quantization q4f16_0 --target android --max-seq-len 768
Steps to reproduce the behavior:
1. Install TVM Unity success
2. va…
-
The current signature is
```python
def get_rows_by_mask(self, mask: "Column[bool]") -> DataFrame:
```
Let's take pandas as an example: I have a standard DataFrame, which is backed by `df = p…
-
## How to reproduce the behaviour
```
import spacy
nlp = spacy.load('en_core_web_trf')
tokens1 = nlp("My string")
```
## Your Environment
* Operating System: Ubuntu 20.04 LTS
* Pyth…
-
Thank you for everyone!
I pull latest code and try to build android project. but i faced error.
Please give me solution.
bug Bug
I got error during build android project.
file not found: /hom…
-
**Describe the bug**
I'm encountering unexpected `DataErrors` and `RuntimeErrors` when attempting groupby aggregations on an empty dask-cudf dataframe that I do not encounter with 23.08; it's not imm…
-
**Describe the bug**
When doing multi-column sorting with a dask-cudf dataframe containing nulls, the ordering is incorrect:
```python
import cudf
import dask_cudf
gdf = cudf.DataFrame(
…
-
When I try to play saved html visualization on my local computer I always get this error in HTML:
Uncaught TypeError: Cannot read property '0' of undefined
at demo.html:191
at Array.map ()
…
-
## 🐛 Bug
### Background context
I am successfully running `Llama-2-7b-chat-hf-q4f16_1` on a single AMD Instinct MI100 after building TVM from source as instructed in this comment https://github.c…