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
f663c5ee
Commit
f663c5ee
authored
Jan 19, 2026
by
jerrrrry
Browse files
Update .gitlab-ci.yml
parent
12543911
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
.gitlab-ci.yml
.gitlab-ci.yml
+1
-4
No files found.
.gitlab-ci.yml
View file @
f663c5ee
...
...
@@ -76,10 +76,7 @@ benchmark_sdxl:
-
export MODEL_PATH="$CI_PROJECT_DIR/stable-diffusion-xl-base-1.0"
-
echo "Starting benchmark script, full log will be saved to benchmark.log..."
# 将 Python 脚本的所有输出(包括错误)都重定向到 benchmark.log 文件
-
python test.py > benchmark.log 2>&1
-
echo "--- Benchmark finished ---"
-
echo "Last 50 lines of the benchmark log:"
-
tail -n 50 benchmark.log
# 在主日志中显示最后50行,方便快速查看
-
python test.py
artifacts
:
name
:
"
$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
paths
:
...
...
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