Skip to content

Commit c7cc603

Browse files
committed
rename docs scheduler tests part
Signed-off-by: Sophie du Couédic <[email protected]>
1 parent 3971015 commit c7cc603

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/.nav.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nav:
2020
- Continuous Batching:
2121
- Tests:
2222
- Output Tests: contributing/continuous_batching/tests/output_tests.md
23-
- Step-by-Step: contributing/continuous_batching/tests/scheduling_inference_steps.md
23+
- Scheduler Steps Tests: contributing/continuous_batching/tests/scheduler_steps_tests.md
2424
- Other Tests: contributing/continuous_batching/tests/other_tests.md
2525

2626
- Getting Started:
@@ -39,5 +39,5 @@ nav:
3939
- Continuous Batching:
4040
- Tests:
4141
- Output Tests: contributing/continuous_batching/tests/output_tests.md
42-
- Step-by-Step: contributing/continuous_batching/tests/scheduling_inference_steps.md
42+
- Scheduler Steps Tests: contributing/continuous_batching/tests/scheduler_steps_tests.md
4343
- Other Tests: contributing/continuous_batching/tests/other_tests.md

docs/contributing/continuous_batching/tests/other_tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
options:
2424
show_root_heading: true
2525
members:
26-
- test_openai_serving_cb
26+
- test_openai_serving_cb
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Scheduler inference steps tests
1+
# Scheduler Steps Tests
22

33
!!! note
44
Unless otherwise specified, all the continuous batching tests are running with `max_model_len=256`
55

66
!!! warning
77
End output correctness is not verified in those tests (TODO should we? maybe for some of them?)
88

9-
::: tests.e2e.test_spyre_cb_inference_steps
9+
::: tests.e2e.test_spyre_cb_scheduler_steps

0 commit comments

Comments
 (0)