add `optimum` to conda-forge channel on `conda`
See original GitHub issue📝 It will be nice to have optimum
on conda-forge for installation and for downstream applications that use optimum
and want to make themselves available on conda-forge channel.
👉 I have already started the work on this. The PR is very close to getting merged. 🔥
ℹ️ I will share updates on the availability of optimum
on conda-forge, once it gets merged.
⚡ With this addition, users will be able to install optimum
with:
conda install -c conda-forge optimum
Issue Analytics
- State:
- Created a year ago
- Comments:6
Top Results From Across the Web
conda-forge | community driven packaging for conda
Once the recipe is ready it will be merged. The recipe will then automatically be built and uploaded to the conda-forge channel. Add...
Read more >Using conda-forge as default channel with Anaconda to install ...
My question is…can't I just use Anaconda, and set conda-forge as the only installation channel, to get M1-compiled packages, like it would ...
Read more >Enable Conda-forge Channel For Conda Package Manager
This guide explains how to enable conda-forge channel for conda package manager from commandline and Anaconda Navigator GUI in Linux.
Read more >conda-forge - :: Anaconda.org
conda -replicate, 0.1.2, MIT, X, Manage local mirrored anaconda channels. conda-smithy, 3.22.1, BSD-3-Clause, X, X, X, X, The tool for managing conda-forge ......
Read more >Conda channels
Conda channels . What is a "conda channel"? Specifying channels when installing packages. Conda clone channel RSS feed ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Awesome news @sugatoray ! And again, many thanks for your contribution.
@echarlaix Thank you, for bringing that (optional requirements) up. Yes, I observed yesterday that there are some optional requirements now introduced to optimum. This can be handled on conda-forge side with subpackages. Once I update the recipe again, I will try and adapt the recipe to these optional installations.