huggingface / huggingface/accelerate
[Feature Request] Publish `accelerate` conda package on the `huggingface` channel
- Dominant language
- Python
- Stars
- 9.9k
- Forks
- 1.5k
- Avg merge
- 5d 2h
- Merged PRs (30d)
- 27
Description
Hi, thanks for maintaining such a handy library. I have seen some of the packages from the Hugging Face Team are actively maintained on the [`huggingface` conda channel](https://anaconda.org/HuggingFace/repo).

I wonder if there is any plan to also upload `accelerate` there. Then users can have:
```bash
conda install accelerate -c huggingface
```
------
FYI, there is community-maintained conda-forge feedstock: [conda-forge/accelerate-feedstock](https://github.com/conda-forge/accelerate-feedstock)
```bash
conda install accelerate -c conda-forge
```
It would be nice to let `accelerate` be officially supported on the `huggingface` conda channel.
Contributor guide
Assessment
This issue has not been assessed yet.