From 59e2f823d71413b4d547f69e4021b74f5cd5dd1d Mon Sep 17 00:00:00 2001 From: Victor Hall Date: Wed, 28 Dec 2022 13:36:35 -0500 Subject: [PATCH] runpod quiet installs --- Train-Runpod.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Train-Runpod.ipynb b/Train-Runpod.ipynb index 0e48d65..9fa1b79 100644 --- a/Train-Runpod.ipynb +++ b/Train-Runpod.ipynb @@ -81,15 +81,15 @@ "!pip install -q test-tube\n", "!pip install -q transformers==4.19.2\n", "!pip install -q kornia\n", - "!pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers\n", - "!pip install -e git+https://github.com/openai/CLIP.git@main#egg=clip\n", + "!pip install -q -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers\n", + "!pip install -q -e git+https://github.com/openai/CLIP.git@main#egg=clip\n", "!pip install -q setuptools==59.5.0\n", "!pip install -q pillow==9.0.1\n", "!pip install -q torchmetrics==0.6.0\n", "!pip install -e .\n", "!pip install huggingface_hub\n", - "!pip install -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers\n", - "!pip install -e git+https://github.com/openai/CLIP.git@main#egg=clip\n", + "!pip install -q -e git+https://github.com/CompVis/taming-transformers.git@master#egg=taming-transformers\n", + "!pip install -q -e git+https://github.com/openai/CLIP.git@main#egg=clip\n", "import ipywidgets as widgets\n", "print(finish_msg)" ]