Unverified Commit e6b90a28 authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

[Docs] Make tables more space efficient in `supported_models.md` (#21291)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent be54a951
......@@ -314,6 +314,13 @@ See [this page](generative_models.md) for more information on how to use generat
Specified using `--task generate`.
<style>
th {
white-space: nowrap;
min-width: 0 !important;
}
</style>
| Architecture | Models | Example HF Models | [LoRA](../features/lora.md) | [PP](../serving/distributed_serving.md) | [V1](gh-issue:8779) |
|--------------|--------|-------------------|----------------------|---------------------------|---------------------|
| `AquilaForCausalLM` | Aquila, Aquila2 | `BAAI/Aquila-7B`, `BAAI/AquilaChat-7B`, etc. | ✅︎ | ✅︎ | ✅︎ |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment