Enable chunked prefill by default (#1040)
This commit is contained in:
4
.github/workflows/e2e-test.yml
vendored
4
.github/workflows/e2e-test.yml
vendored
@@ -47,8 +47,8 @@ jobs:
|
||||
python3 -m unittest test_serving_throughput.TestServingThroughput.test_default_without_radix_cache
|
||||
timeout-minutes: 10
|
||||
|
||||
- name: Benchmark Serving Throughput (w/ ChunkedPrefill)
|
||||
- name: Benchmark Serving Throughput (w/o ChunkedPrefill)
|
||||
run: |
|
||||
cd test/srt
|
||||
python3 -m unittest test_serving_throughput.TestServingThroughput.test_default_with_chunked_prefill
|
||||
python3 -m unittest test_serving_throughput.TestServingThroughput.test_default_without_chunked_prefill
|
||||
timeout-minutes: 10
|
||||
|
||||
Reference in New Issue
Block a user