Commit d6257ad4 authored by jerrrrry's avatar jerrrrry
Browse files

Update .gitlab-ci.yml

parent dee8deee
......@@ -13,7 +13,7 @@ benchmark_sdxl:
- demos
script:
- echo "========================================="
- echo "Step 1: Checking and downloading assets"
- echo "Step 1:Checking and downloading assets"
- echo "All download logs will be saved to setup.log"
- echo "========================================="
# 条件性下载模型,并将输出重定向到 setup.log
......@@ -41,7 +41,7 @@ benchmark_sdxl:
fi
- echo "========================================="
- echo "Step 2: Setting up the environment"
- echo "Step 2:Setting up the environment"
- echo "========================================="
# 解压库文件
- tar -xzf "rocblas-install-0626-bug.tar.gz"
......@@ -57,13 +57,13 @@ benchmark_sdxl:
- cd ..
- echo "========================================="
- echo "Step 3: Installing Python packages"
- echo "Step 3:Installing Python packages"
- echo "========================================="
# 安装 Python 包 (有缓存时会非常快),输出也重定向
- pip install "diffusers-0.33.1-py3-none-any.whl" "lightop-0.5.0+das.dtk25041-cp310-cp310-linux_x86_64.whl" "litserve-0.2.15-py3-none-any.whl" -q >> setup.log 2>&1
- echo "========================================="
- echo "Step 4: Running the benchmark"
- echo "Step 4:Running the benchmark"
- echo "========================================="
# 设置环境变量并运行测试
- export LD_LIBRARY_PATH="$CI_PROJECT_DIR/rocblas-install/lib/:$LD_LIBRARY_PATH"
......
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