Skip to content

Commit

Permalink
[Readme] Clarify package owners (huggingface#1707)
Browse files Browse the repository at this point in the history
Specify that we don't actively monitor the conda scripts
  • Loading branch information
anton-l authored Dec 14, 2022
1 parent 013edb6 commit 35b66c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ More precisely, 🤗 Diffusers offers:

### For PyTorch

**With `pip`**
**With `pip`** (official package)

```bash
pip install --upgrade diffusers[torch]
```

**With `conda`**
**With `conda`** (maintained by the community)

```sh
conda install -c conda-forge diffusers
Expand Down

0 comments on commit 35b66c8

Please sign in to comment.