Skip to content

Commit aa5baec

Browse files
committed
remove html table coloring
Signed-off-by: Sophie du Couédic <[email protected]>
1 parent 58e0f52 commit aa5baec

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs/contributing/continuous_batching/overview.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Brief overview of what has been implemented so far in VLLM to test / debug conti
77

88
## Inference script
99

10-
* **File paths:**
10+
* **File paths:**
1111
* `examples/offline_inference/cb_spyre_inference.py`
1212
* `examples/offline_inference/long_context.py`
1313
* **Purpose:** Debugging (ie. using manual execution)
@@ -103,18 +103,10 @@ Checking the final output correctness alone is not enough to ensure that CB is c
103103
* `get_params_test_blocks_borders_misaligned_prompts`: parametrization for the situation where the prompts are misaligned with the block boundaries, and thus **right** padding is required
104104
* ... additional special cases
105105

106-
107106
## Summary Table
108107

109108
Summary Table Listing all the tests/scripts that can run with CB enabled
110109

111-
<style>
112-
.summary tr:nth-child(9) { background: grey; }
113-
.summary tr:nth-child(3) tr:nth-child(2) { background: blue; }
114-
</style>
115-
116-
<div class="summary">
117-
118110
| Script / Test | Output Checked | model | Context Length | TP | max_num_seqs | num_prompts | prompts_length | Max tokens |
119111
| :-------------------------------------------- | :------------: | :-----------------------: | :------------: | :---: | :----------: | :---------: | :------------------: | :-------------------: |
120112
| offline_inference/cb_spyre_inference.py || Any | Any | Any | Any | Any | Chicken soups (tbd) | Any |
@@ -127,6 +119,4 @@ Summary Table Listing all the tests/scripts that can run with CB enabled
127119
| test_spyre_online.test_openai_serving_cb() || micro-g3.3-8b-instruct-1b | TODO | TODO | TODO | TODO | TODO | TODO |
128120
| test_spyre_cb.test_cb_max_tokens() || micro-g3.3-8b-instruct-1b | 256 | 1 | 2 | 1 | 256 | 20 |
129121

130-
</div>
131-
132-
<span style="color:grey">**test_spyre_cb.test_cb_max_tokens(): Test runs on CPU only**</span>
122+
<span style="color:grey">**test_spyre_cb.test_cb_max_tokens(): Test runs on CPU only**</span>

0 commit comments

Comments
 (0)