Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ci-demos
sdxl
Commits
5891a84c
Commit
5891a84c
authored
Jan 20, 2026
by
jerrrrry
Browse files
Update .gitlab-ci.yml
parent
0a7b3572
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
.gitlab-ci.yml
.gitlab-ci.yml
+4
-5
No files found.
.gitlab-ci.yml
View file @
5891a84c
# 定义流水线要使用的 Docker 镜像
image
:
image.sourcefind.cn:5000/dcu/admin/base/vllm:0.8.5-ubuntu22.04-dtk25.04.1-rc5-das1.6-py3.10-20250724
# 只定义一个阶段
stages
:
-
test
...
...
@@ -13,7 +12,7 @@ benchmark_sdxl:
-
demos
script
:
-
echo "========================================="
-
echo "Step 1
:
Checking and downloading assets"
-
echo "Step 1:Checking and downloading assets"
-
echo "========================================="
# 条件性下载模型
-
|
...
...
@@ -40,7 +39,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"
...
...
@@ -56,13 +55,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
-
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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment