We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d122974 commit f92e7d9Copy full SHA for f92e7d9
.github/workflows/pr-sglang.yml
@@ -135,13 +135,13 @@ jobs:
135
set -eux
136
nvidia-smi
137
138
- # Regression Backend Runtime Test
139
- cd /workdir/test/srt
140
- python3 run_suite.py --suite per-commit-1-gpu
141
-
142
# Regression Frontend Language Test
143
cd /workdir/test/lang
144
python3 run_suite.py --suite per-commit
+
+ # Regression Backend Runtime Test
+ cd /workdir/test/srt
+ python3 run_suite.py --suite per-commit-1-gpu
145
'
146
147
- name: Cleanup container and images
0 commit comments