Skip to content

Commit e6b90a2

Browse files
authored
[Docs] Make tables more space efficient in supported_models.md (#21291)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
1 parent be54a95 commit e6b90a2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/models/supported_models.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,13 @@ See [this page](generative_models.md) for more information on how to use generat
314314

315315
Specified using `--task generate`.
316316

317+
<style>
318+
th {
319+
white-space: nowrap;
320+
min-width: 0 !important;
321+
}
322+
</style>
323+
317324
| Architecture | Models | Example HF Models | [LoRA](../features/lora.md) | [PP](../serving/distributed_serving.md) | [V1](gh-issue:8779) |
318325
|--------------|--------|-------------------|----------------------|---------------------------|---------------------|
319326
| `AquilaForCausalLM` | Aquila, Aquila2 | `BAAI/Aquila-7B`, `BAAI/AquilaChat-7B`, etc. | ✅︎ | ✅︎ | ✅︎ |

0 commit comments

Comments
 (0)