Improve supported models doc (#6430)
This commit is contained in:
@@ -11,8 +11,15 @@ python3 -m sglang.launch_server \
|
||||
--port 30000 \
|
||||
```
|
||||
|
||||
## Supporting Matrixs
|
||||
## Supported models
|
||||
|
||||
Below the supported models are summarized in a table.
|
||||
|
||||
If unsure if a specific architecture is implemented you may look it up via github search for example to search for `Qwen3ForCausalLm` use the expression
|
||||
```
|
||||
repo:sgl-project/sglang path:/^python\/sglang\/srt\/models\// Qwen3ForCausalLm
|
||||
```
|
||||
in Github search.
|
||||
|
||||
| Model Family (Variants) | Example HuggingFace Identifier | Description |
|
||||
|-------------------------------------|--------------------------------------------------|----------------------------------------------------------------------------------------|
|
||||
|
||||
Reference in New Issue
Block a user