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
40e6f513
Unverified
Commit
40e6f513
authored
Aug 01, 2024
by
Ying Sheng
Committed by
GitHub
Aug 01, 2024
Browse files
Fix openai CI tests (#870)
parent
40756776
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/pr-e2e-test.yml
.github/workflows/pr-e2e-test.yml
+2
-2
No files found.
.github/workflows/pr-e2e-test.yml
View file @
40e6f513
...
@@ -34,8 +34,8 @@ jobs:
...
@@ -34,8 +34,8 @@ jobs:
-
name
:
Test OpenAI Backend
-
name
:
Test OpenAI Backend
run
:
|
run
:
|
export OPENAI_API_KEY=secrets.OPENAI_API_KEY
export OPENAI_API_KEY=
${{
secrets.OPENAI_API_KEY
}}
cd
sglang/
test/lang
cd test/lang
python3 test_openai_backend.py
python3 test_openai_backend.py
-
name
:
Benchmark Serving
-
name
:
Benchmark Serving
...
...
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