docs: update supported_models (#2987)

This commit is contained in:
Yineng Zhang
2025-01-20 00:44:30 +08:00
committed by GitHub
parent 3fc2b62589
commit def5c31873

View File

@@ -81,6 +81,7 @@ To port a model from vLLM to SGLang, you can compare these two files [SGLang Lla
- Remove `Sample`.
- Change `forward()` functions, and add `forward_batch`.
- Add `EntryClass` at the end.
- Please ensure the new implementation uses **only SGLang components and does not rely on any vLLM components**.
### Registering an external model implementation