"tests/python/common/test_heterograph.py" did not exist on "92321347c06e43b9e6e35add8a5caec7dbf27b3f"
Unverified Commit 40e6f513 authored by Ying Sheng's avatar Ying Sheng Committed by GitHub
Browse files

Fix openai CI tests (#870)

parent 40756776
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment