-
**Describe the bug**
When `cudf.pandas` is enabled then passing a Numpy array to `ExponentialSmoothing` from `statsmodels.tsa.holtwinters` involves the pandas accelerator (odd no?) and leads to an ex…
-
**Describe the bug**
When a pyarrow table containing duration types are being written to parquet, the cudf reader seems to reading the columns as `int64` as opposed to correct `timedelta64[..]` types…
-
Another issue in the [pipeline](https://github.com/microsoft/hummingbird/actions/runs/5592796893/jobs/10226035572):
```
Compiling tvm/_ffi/_cython/core.pyx because it changed.
Error compiling Cyt…
-
## ❓ General Questions
I got segment fault during I run python3 build.py --model vicuna-v1-7b --quantization q4f16_0 --target android --max-seq-len 768,
so I add -X faulthandler to got the deta…
-
**Description**
Using python_backend I get `"RuntimeError: Bool type is not supported by dlpack"` with the below code.
It is true that logits is of type bool. But dlpack seems to support bool at lea…
-
This question is related to https://github.com/apache/tvm/pull/15487
I tried to embed AMD's **attention** operator directly in the llama model. The model could be compiled normally, but I encounter…
-
## 🐛 Bug
I've been trying to figure out how to compile TheBloke/zephyr-7B-alpha-AWQ but have been running into error after error. Some tools state that awq isn't valid, others state mistral isn't.
…
-
### 🐛 Describe the bug
Strides of a tensor is corrupted after using `from_dlpack` / `to_dlpack`:
```
import torch
from torch.utils.dlpack import to_dlpack, from_dlpack
a = torch.randint(0, 10…
-
## 🐛 Bug
I encountered the following error when I was trying to add a custom relax_model and compile it.
```
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
F…
-
## 🐛 Bug
When installing DGL, I encountered a problem, it failed.
It seems that the Cython has a break change in version 3.0.0, see [issue](https://github.com/scipy/scipy/issues/17234), When I …