-
Hi!
I'm not sure if this is the appropriate place for posting this, I'm sorry if it is not.
I think there is a way to make the training of the tokenizer faster.
### Where does the initial cod…
-
**Description**
A clear and concise description of what the bug is.
**Setup**
(Please provide relevant configs and/or SLS files (be sure to remove sensitive info. There is no general set-up of Sa…
-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
- [X] Search the [issue tracker](https://github.com/…
-
### Describe the bug
The pure python mode of Cython is excellent, and should make it much easier to adopt cython code into Python codebases. However, there are a number of issues with the design choi…
-
pikepdf is not currently supported with pyodide: https://github.com/pyodide/pyodide/issues/3844. This is needed for standard form wizards using ShinyLive. Other potential options:
* pypdf (pure pyth…
-
> I have a small project ~10000 lines on python & numba. High-level code is easier to write on pure python, and low-level code on Numba. For pure python I use mpi4py and for numba try to use numba-mpi…
-
It appears that the only choices for building a wheel are to use the `py3` tag for a pure Python package or the native platform tag (eg. `cp312`). Is there a way to use the `abi3` tag, for projects us…
-
*Issue originally opened at pypa/twine*
I was wondering if there is any mechanism that would allow encouraging users to upload wheels for pure Python packages? Unless this should be a feature reque…
-
### Description of Issue
Trying to create a private key on Windows minions using x509.private_key_managed state fails with:
`The 'mode' option is not supported on Windows`
The mode is not set …
-
### 🐛 Describe the bug
I built a PyTorch wheel debug version. The problem is that after I import torch in Python interpreter and quit the interpreter I'm receiving pure virtual function call from the…