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
"tests/python/common/test_heterograph.py" did not exist on "92321347c06e43b9e6e35add8a5caec7dbf27b3f"
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
Hide 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:
-
name
:
Test OpenAI Backend
run
:
|
export OPENAI_API_KEY=secrets.OPENAI_API_KEY
cd
sglang/
test/lang
export OPENAI_API_KEY=
${{
secrets.OPENAI_API_KEY
}}
cd test/lang
python3 test_openai_backend.py
-
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