Fix mixed chunked prefill in overlap mode (#2158)

This commit is contained in:
Lianmin Zheng
2024-11-24 07:17:37 -08:00
committed by GitHub
parent fa27161380
commit 731146f6cb
4 changed files with 16 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ jobs:
timeout-minutes: 25
run: |
cd test/srt
python3 run_suite.py --suite minimal --range-begin 0 --range-end 6
python3 run_suite.py --suite minimal --range-begin 0 --range-end 7
unit-test-backend-part-2:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'
@@ -67,7 +67,7 @@ jobs:
timeout-minutes: 25
run: |
cd test/srt
python3 run_suite.py --suite minimal --range-begin 6 --range-end 14
python3 run_suite.py --suite minimal --range-begin 7 --range-end 14
unit-test-backend-part-3:
if: github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request'