Commit 12543911 authored by jerrrrry's avatar jerrrrry
Browse files

Update .gitlab-ci.yml

parent 953fd2c5
...@@ -15,8 +15,8 @@ download_assets: ...@@ -15,8 +15,8 @@ download_assets:
script: script:
- echo "--- 1. Preparing assets ---" - echo "--- 1. Preparing assets ---"
- pip install modelscope - pip install modelscope
- modelscope download --model "AI-ModelScope/sdxl-vae-fp16-fix" --local_dir "./sdxl-vae-fp16-fix" - nohup modelscope download --model "AI-ModelScope/sdxl-vae-fp16-fix" --local_dir "./sdxl-vae-fp16-fix" > downloadsdxl-vae-fp16-fix.log 2>&1 &
- modelscope download --model "stabilityai/stable-diffusion-xl-base-1.0" --local_dir "./stable-diffusion-xl-base-1.0" - nohup modelscope download --model "stabilityai/stable-diffusion-xl-base-1.0" --local_dir "./stable-diffusion-xl-base-1.0" > downloadsdxl-stable-diffusion-xl-base-1.0.log 2>&1 &
- curl -f -C - -o "rocblas-install-0626-bug.tar.gz" "https://wuzh01.hpccube.com:65015/efile/s/d/amVycnJycnk=/a6a7342d017b1748" - curl -f -C - -o "rocblas-install-0626-bug.tar.gz" "https://wuzh01.hpccube.com:65015/efile/s/d/amVycnJycnk=/a6a7342d017b1748"
- curl -f -C - -o "package-miopen-dev-0801-ubuntu20.tar.gz" "https://ksefile.hpccube.com:65241/efile/s/d/amVycnJycnk=/9c2334cb9cdb8b39" - curl -f -C - -o "package-miopen-dev-0801-ubuntu20.tar.gz" "https://ksefile.hpccube.com:65241/efile/s/d/amVycnJycnk=/9c2334cb9cdb8b39"
- echo "--- Asset download finished ---" - echo "--- Asset download finished ---"
......
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