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
change
sglang
Commits
9e87b60f
Unverified
Commit
9e87b60f
authored
Oct 16, 2025
by
Chang Su
Committed by
GitHub
Oct 16, 2025
Browse files
[router][CI] Clean up deprecated fields in `pr-test-pd-router.yml` (#11739)
parent
7780230a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/pr-test-pd-router.yml
.github/workflows/pr-test-pd-router.yml
+2
-2
No files found.
.github/workflows/pr-test-pd-router.yml
View file @
9e87b60f
...
...
@@ -257,7 +257,7 @@ jobs:
{"role": "user", "content": "Write a Python function to calculate fibonacci numbers recursively"}
],
"stream": false,
"max_tokens": 100
"max_
completion_
tokens": 100
}')
if echo "$response" | jq -e '.choices[0].message.content' > /dev/null 2>&1; then
...
...
@@ -279,7 +279,7 @@ jobs:
{"role": "user", "content": "Count from 1 to 5"}
],
"stream": true,
"max_tokens": 50
"max_
completion_
tokens": 50
}')
if echo "$stream_response" | grep -q "data:"; then
...
...
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