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
d6257ad4
Commit
d6257ad4
authored
Jan 20, 2026
by
jerrrrry
Browse files
Update .gitlab-ci.yml
parent
dee8deee
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.gitlab-ci.yml
.gitlab-ci.yml
+4
-4
No files found.
.gitlab-ci.yml
View file @
d6257ad4
...
@@ -13,7 +13,7 @@ benchmark_sdxl:
...
@@ -13,7 +13,7 @@ benchmark_sdxl:
-
demos
-
demos
script
:
script
:
-
echo "========================================="
-
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 "All download logs will be saved to setup.log"
-
echo "========================================="
-
echo "========================================="
# 条件性下载模型,并将输出重定向到 setup.log
# 条件性下载模型,并将输出重定向到 setup.log
...
@@ -41,7 +41,7 @@ benchmark_sdxl:
...
@@ -41,7 +41,7 @@ benchmark_sdxl:
fi
fi
-
echo "========================================="
-
echo "========================================="
-
echo "Step 2
:
Setting up the environment"
-
echo "Step 2:Setting up the environment"
-
echo "========================================="
-
echo "========================================="
# 解压库文件
# 解压库文件
-
tar -xzf "rocblas-install-0626-bug.tar.gz"
-
tar -xzf "rocblas-install-0626-bug.tar.gz"
...
@@ -57,13 +57,13 @@ benchmark_sdxl:
...
@@ -57,13 +57,13 @@ benchmark_sdxl:
-
cd ..
-
cd ..
-
echo "========================================="
-
echo "========================================="
-
echo "Step 3
:
Installing Python packages"
-
echo "Step 3:Installing Python packages"
-
echo "========================================="
-
echo "========================================="
# 安装 Python 包 (有缓存时会非常快),输出也重定向
# 安装 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
-
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 "========================================="
-
echo "Step 4
:
Running the benchmark"
-
echo "Step 4:Running the benchmark"
-
echo "========================================="
-
echo "========================================="
# 设置环境变量并运行测试
# 设置环境变量并运行测试
-
export LD_LIBRARY_PATH="$CI_PROJECT_DIR/rocblas-install/lib/:$LD_LIBRARY_PATH"
-
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