Unverified Commit 49a4b377 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

remove omegaconf from the residues 👋 (#6600)

remove omegaconf 👋
parent dff35a86
...@@ -40,7 +40,6 @@ RUN python3.9 -m pip install --no-cache-dir --upgrade pip && \ ...@@ -40,7 +40,6 @@ RUN python3.9 -m pip install --no-cache-dir --upgrade pip && \
numpy \ numpy \
scipy \ scipy \
tensorboard \ tensorboard \
transformers \ transformers
omegaconf
CMD ["/bin/bash"] CMD ["/bin/bash"]
...@@ -40,7 +40,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \ ...@@ -40,7 +40,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
scipy \ scipy \
tensorboard \ tensorboard \
transformers \ transformers \
omegaconf \
pytorch-lightning pytorch-lightning
CMD ["/bin/bash"] CMD ["/bin/bash"]
...@@ -40,7 +40,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \ ...@@ -40,7 +40,6 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip && \
scipy \ scipy \
tensorboard \ tensorboard \
transformers \ transformers \
omegaconf \
xformers xformers
CMD ["/bin/bash"] CMD ["/bin/bash"]
...@@ -26,7 +26,7 @@ Before you begin, make sure you have the following libraries installed: ...@@ -26,7 +26,7 @@ Before you begin, make sure you have the following libraries installed:
```py ```py
# uncomment to install the necessary libraries in Colab # 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}> <Tip warning={true}>
......
...@@ -23,7 +23,7 @@ Before you begin, make sure you have the following libraries installed: ...@@ -23,7 +23,7 @@ Before you begin, make sure you have the following libraries installed:
```py ```py
# uncomment to install the necessary libraries in Colab # uncomment to install the necessary libraries in Colab
#!pip install -q diffusers transformers accelerate omegaconf #!pip install -q diffusers transformers accelerate
``` ```
## Load model checkpoints ## Load model checkpoints
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment