"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "2b5bc5be0b8939f622461c62dff77c812ef66da4"
Unverified Commit bda807d5 authored by Omkar Salpekar's avatar Omkar Salpekar Committed by GitHub
Browse files

Pre-Script Update for Aarch64 (#7834)

parent ca012d39
...@@ -11,7 +11,7 @@ if [[ "$(uname)" == Darwin ]]; then ...@@ -11,7 +11,7 @@ if [[ "$(uname)" == Darwin ]]; then
conda install -yq wget conda install -yq wget
fi fi
if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" || "$ARCH" == "aarch64" ]]; then
# Install libpng from Anaconda (defaults) # Install libpng from Anaconda (defaults)
conda install libpng -yq conda install libpng -yq
conda install -yq ffmpeg=4.2 libjpeg-turbo -c pytorch conda install -yq ffmpeg=4.2 libjpeg-turbo -c pytorch
......
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