mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-08 23:02:18 +08:00
[Docs] Make tables more space efficient in supported_models.md (#21291)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
parent
be54a951a3
commit
e6b90a2805
@ -314,6 +314,13 @@ See [this page](generative_models.md) for more information on how to use generat
|
|||||||
|
|
||||||
Specified using `--task generate`.
|
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) |
|
| 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. | ✅︎ | ✅︎ | ✅︎ |
|
| `AquilaForCausalLM` | Aquila, Aquila2 | `BAAI/Aquila-7B`, `BAAI/AquilaChat-7B`, etc. | ✅︎ | ✅︎ | ✅︎ |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user