-
@csukuangfj why does our requirements file have detailed requirements on the numpy and associated python versions?
"Cython; sys_platform=='win32' and python_version >= '3.10'",
"numpy= '3.6' …
-
I noticed in triton python_backend [examples](https://github.com/triton-inference-server/python_backend/tree/main/examples), no model config.pbtxt file has configration like below:
```
instance_gr…
-
**Describe the bug**
This is likely a manifestation of the same issue from Python 3.11.9 changes that was observed in Dask which was fixed in https://github.com/dask/dask/pull/11035 .
Error stack
…
-
## 🐛 Bug
Compiled Llama2 Chat HF 70B breaks if the prompt is greater than 2k tokens:
```
Traceback (most recent call last):
File "/mnt/data/psyber.io/tests/sample_mlc_chat.py", line 55, in
…
-
### Troubleshooting docs
- [X] My problem is not solved in the Troubleshooting docs
### How did you install Mamba?
Mambaforge
### Search tried in issue tracker
Transfer finalized, status: 404; st…
-
## 🐛 Bug
Compiling Llama-2 with q3f16 and failed with errors KeyError: IterSplit(IterMark(v1, extent=T.int64(4096)), lower_factor=T.int64(1), extent=T.int64(4096), scale=T.int64(1))
## To Repro…
-
https://data-apis.org/array-api/latest/API_specification/array_object.html#dlpack-self-stream-none
says that `stream` keyword argument in `__dlpack__(self, /, *, stream=None)` should be an integer …
-
### Description
repro:
```
import jax
import jax.dlpack
import jax.numpy as jnp
import numpy as np
x = jnp.arange(10)
y = jax.dlpack.to_dlpack(x)
yy = np.from_dlpack(y)
```
Gives:
…
-
The log-signature of a path depends significantly on whether that array was first a jax numpy array that is converted to a numpy array or if the array was originally a numpy array. This can lead to Na…
-
**Is your feature request related to a problem? Please describe.**
It would be nice to be able to use `.apply()` function in dask cudf
**Describe the solution you'd like**
The apply function should…