Skip to content

Commit

Permalink
add cache cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsheldon committed Nov 23, 2023
1 parent b683aaa commit ffaeba8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ unset http_proxy https_proxy HTTP_PROXY HTTPS_PROXY ALL_PROXY
mamba install -y GitPython einops fastapi gradio inflection jsonmerge kornia lark numpy omegaconf open-clip-torch piexif psutil requests safetensors scikit-image timm torchdiffeq
python -m pip install -y accelerate basicsr blendmodes clean-fid gfpgan pytorch_lightning realesrgan resize-right tomesd torchsde
mamba install -y -c huggingface transformers
mamba install -y xformers -c xformers
mamba install -y xformers -c xformers
mamba clean --all -y
python -m pip cache purge

0 comments on commit ffaeba8

Please sign in to comment.