README: install transformers from conda-forge channel (#28313)
Switch to the conda-forge channel for transformer installation, as the huggingface channel does not offer the latest version. Fixes #28248
This commit is contained in:
@@ -149,10 +149,10 @@ Votre environnement Python utilisera la version de la branche `main` lors de la
|
||||
|
||||
## Installation avec conda
|
||||
|
||||
Installation via le canal `huggingface` de conda :
|
||||
Installation via le canal `conda-forge` de conda :
|
||||
|
||||
```bash
|
||||
conda install -c huggingface transformers
|
||||
conda install conda-forge::transformers
|
||||
```
|
||||
|
||||
## Configuration du cache
|
||||
|
||||
Reference in New Issue
Block a user