-
## 🐛 Bug
When serving a model through the REST API on an 8xA6000 machine I get this error: The block is 1-time referenced by other blocks, thus cannot accept new KV values.
I've added the releva…
-
When tensors passed to Numba kernels, it converts into cuda_array_interface. We need make sure the data type that's received matches with the bf16 data type from Numbast.
-
### Description
While developing a program that exchanges tensors with another framework, I noticed that this data exchange fails when some of the arrays are boolean-valued. Here is a program that …
-
## 🐛 Bug
I am trying to work with StableLM 1.6b model.But getting error in model compilation step.
## To Reproduce
Steps to reproduce the behavior:
1. Library Installation:
```
!python3 …
-
**Describe the bug**
From the rapids [documentation example](https://docs.rapids.ai/api/cuml/stable/estimator_intro.html#1.-Classification) fitting a RandomForestClassifier on synthetic dataset **CUD…
-
Hi,
I am writing a c extension using Python.h, and I have a pointer to gpu memory, I want to return a "Tensor" representing the data to python.
What is the recommanation way to do that?
twmht updated
9 months ago
-
Once gh-113 is finalized, we can extend the Python exchange API to use the new API.
Let me suggest the following API changes (which have been brought up before):
* Rename the capsule to `dltenso…
-
Thanks for participating in the TVM community! We use https://discuss.tvm.ai for any general usage questions and discussions. The issue tracker is used for actionable items such as feature proposals d…
-
python -c "import tvm; print('\n'.join(f'{k}: {v}' for k, v in tvm.support.libinfo().items()))"
USE_NVTX: OFF
USE_GTEST: AUTO
SUMMARIZE: OFF
TVM_DEBUG_WITH_ABI_CHANGE: OFF
USE_IOS_RPC: OFF
…
-
The following program:
```
import cupy as cp
import numpy as np
import dask.array as da
import rmm
import sys
import time
from helpers import *
from dask_cuda import LocalCUDACluster
…