-
### System Info / 系統信息
system: win10
python: 3.10
transformers: 4.46.2
### Running Xinference with Docker? / 是否使用 Docker 运行 Xinfernece?
- [ ] docker / docker
- [X] pip install / 通过 pip install 安装…
-
Stack trace below, for both Cython 3 and 0.29.37
Cython3
```
pip install python-javabridge
Collecting python-javabridge
Using cached python-javabridge-4.0.3.tar.gz (1.3 MB)
Preparing m…
-
# **pycld3** currently fails with Python 3.11(.7), one workaround, use 3.10
Another **workaround** (cython):
```bash
source ./AILENV/bin/activate
git clone https://github.com/bsolomon1124/pycl…
-
I'm trying run this app agaiin on FreeBSD.. not sure it is supported.
```
pip install dtale
Collecting dtale
Using cached dtale-3.13.1-py2.py3-none-any.whl.metadata (17 kB)
Collecting dash-col…
-
### What happened?
I removed all of my previous work arounds and tried sending 24 gigs across 12 parquet files which contains 370 million rows via adbc_ingest().
From the logs I can see 1666 parqu…
-
### Description
- When aioquic accumulates too many frames to revert to ack, the `index` variable of the above code becomes very large, causing the `push_uint_var` function to report an error: `Wr…
-
This is coming from here in Spikeinterface:
https://github.com/SpikeInterface/spikeinterface/issues/1228
Here, basically this format can't only be opened once per file-system.
```python
fr…
-
### Version of Awkward Array
2.6.7
### Description and code to reproduce
Awkward knows how to dispatch through numpy ufuncs, and will dispatch to cupy ufuncs when encountering the "cuda" backend.
…
lgray updated
2 months ago
-
I tried installing a project (medkit-lib) which depends on pyrush in a Python 3.12 environment.
Installation fails with the following output:
```txt
Building wheel for pyrush (pyproject.toml) .…
-
Hello everybody,
I'm new to GitHub, so please excuse me if I've forgotten any of the usual information.
I'm following the EM_MV example (https://github.com/ngoix/EMMV_benchmarks). Since these me…