Skip to content

Commit

Permalink
remove omegaconf from the residues 👋 (huggingface#6600)
Browse files Browse the repository at this point in the history
remove omegaconf 👋
  • Loading branch information
sayakpaul authored Jan 16, 2024
1 parent dff35a8 commit 49a4b37
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions docker/diffusers-pytorch-compile-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RUN python3.9 -m pip install --no-cache-dir --upgrade pip && \
numpy \
scipy \
tensorboard \
transformers \
omegaconf

transformers

CMD ["/bin/bash"]
1 change: 0 additions & 1 deletion docker/diffusers-pytorch-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
scipy \
tensorboard \
transformers \
omegaconf \
pytorch-lightning

CMD ["/bin/bash"]
1 change: 0 additions & 1 deletion docker/diffusers-pytorch-xformers-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
scipy \
tensorboard \
transformers \
omegaconf \
xformers

CMD ["/bin/bash"]
2 changes: 1 addition & 1 deletion docs/source/en/using-diffusers/sdxl.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Before you begin, make sure you have the following libraries installed:

```py
# uncomment to install the necessary libraries in Colab
#!pip install -q diffusers transformers accelerate omegaconf invisible-watermark>=0.2.0
#!pip install -q diffusers transformers accelerate invisible-watermark>=0.2.0
```

<Tip warning={true}>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/en/using-diffusers/sdxl_turbo.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Before you begin, make sure you have the following libraries installed:

```py
# uncomment to install the necessary libraries in Colab
#!pip install -q diffusers transformers accelerate omegaconf
#!pip install -q diffusers transformers accelerate
```

## Load model checkpoints
Expand Down

0 comments on commit 49a4b37

Please sign in to comment.