Commit ce74811e authored by jerrrrry's avatar jerrrrry
Browse files

Update .gitlab-ci.yml

parent ed05ada7
# 定义流水线要使用的 Docker 镜像
image: harbor.sourcefind.cn:5443/dcu/admin/base/pytorch:2.5.1-ubuntu22.04-dtk25.04.4-1230-py3.10-20260115
image: image.sourcefind.cn:5000/dcu/admin/base/vllm:0.8.5-ubuntu22.04-dtk25.04.1-rc5-das1.6-py3.10-20250724
# 只定义一个阶段
stages:
......@@ -33,8 +33,7 @@ benchmark_sdxl:
- echo "Step 2:Installing Python packages from /workspace/packages/sdxl"
- echo "========================================="
# 从预置目录安装 Python 包
- pip install "$PACKAGE_DIR/diffusers-0.33.1-py3-none-any.whl" "$PACKAGE_DIR/lightop-0.5.0+das.dtk25041-cp310-cp310-linux_x86_64.whl" "$PACKAGE_DIR/litserve-0.2.15-py3-none-any.whl" --no-deps
- pip install tokenizers==0.21
- pip install "$PACKAGE_DIR/diffusers-0.33.1-py3-none-any.whl" "$PACKAGE_DIR/lightop-0.5.0+das.dtk25041-cp310-cp310-linux_x86_64.whl" "$PACKAGE_DIR/litserve-0.2.15-py3-none-any.whl"
- echo "========================================="
- echo "Step 3:Running the benchmark"
......
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