-
Hi, I think opensim-core can be published on PyPI with minimal effort, for those who have to work with official Python and pip.
Here, I created a workflow in GitHub Actions (derived from yours) th…
-
### 🐛 Describe the bug
Code to reproduce:
```python
import torch
device = torch.device('cpu')
dtype = torch.bfloat16
n = 512
x = torch.tensor([0, 1], dtype=dtype, device=device).repeat(…
-
It would be useful to have a column on the [Projects](https://heliopython.org/projects/) page that describes whether or not the package is available on PyPI, conda-forge, or both.
The column coul…
-
I'm using this package and so far it's working with no problem.
Why it's not available on PyPi ?
it will speed up the process of `pip install -r requirements.txt` much faster.
Thanks for the great j…
-
### Proposal to improve performance
_No response_
### Report of performance regression
_No response_
### Misc discussion on performance
estimated QPS is as follows:
bs=1:11.40235792588…
-
### 🐛 Describe the bug
I have a small script to reproduce how a toy model and the following three features lead to an error when combined:
1. torch.compile
2. FSDP1 with cpu offloading
3. PyTorch …
-
Hi @evrom,
Installation instructions state `pip install wtforms-nocaptcha` but there is no corresponding package on PyPi.
I'm going to give it a spin installing straight from git, but would be nice …
-
### Your current environment information
ibibverbs not available, ibv_fork_init skipped
Collecting environment information...
PyTorch version: 2.1.1+cu121
Is debug build: False
CUDA used to build…
-
I want to publish a package on pypi that depends on `pydot`.
As you're aware, the [pypi package](https://pypi.python.org/pypi/pydot) is unmaintained an out-of-date.
I briefly had my own fork and con…
-
### 🐛 Describe the bug
Specifically, if we try to compile a float8 version of a FFN expert (`MixtralBlockSparseTop2MLP`), we see shape errors
Script (requires torchao and transformers):
```py…