We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a59098 commit ac4c345Copy full SHA for ac4c345
.github/workflows/pr-sglang.yml
@@ -138,11 +138,12 @@ jobs:
138
139
# Regression Frontend Language Test
140
cd /workdir/test/lang
141
- python3 run_suite.py --suite per-commit
+ python3 test_choices.py
142
+ # python3 run_suite.py --suite per-commit
143
- # Regression Backend Runtime Test
144
- cd /workdir/test/srt
145
- python3 run_suite.py --suite per-commit-1-gpu
+ # # Regression Backend Runtime Test
+ # cd /workdir/test/srt
146
+ # python3 run_suite.py --suite per-commit-1-gpu
147
'
148
149
- name: Cleanup container and images
0 commit comments