Skip to content

Commit 8559b35

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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

docs/contributing/continuous_batching/tests/scheduling_inference_steps.md renamed to docs/contributing/continuous_batching/tests/scheduler_steps_tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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`

0 commit comments

Comments
 (0)