Conda install -c huggingface or conda-forge?

Hello,

In the Transformers docs, the conda installation paragraph gives the following code that installs the version 4.4.2:
conda install -c huggingface transformers

… but the Anaconda page of Transformers gives the following one that installs the version 4.5.1 (the latest one):
conda install -c conda-forge transformers

Why the Hugging Face channel does not install the latest version?

Hi @pierreguillou, there were some build errors with the conda builds, they’ve since been fixed and the packages have been uploaded.

You should now see v4.5.0 and v4.5.1 on the huggingface channel.

1 Like

Many thanks @lysandre :slight_smile:

@lysandre How soon is the huggingface conda channel updated with new releases? i see datasets was updated 2 days ago but not released to conda channels

Just checked in github actions for dataset repo. The anaconda token has expired and needs to be updated…