Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
c3c74bf8
Unverified
Commit
c3c74bf8
authored
Jul 27, 2024
by
Yineng Zhang
Committed by
GitHub
Jul 27, 2024
Browse files
docs: update model support (#760)
parent
d9fccfef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
docs/model_support.md
docs/model_support.md
+1
-0
No files found.
docs/model_support.md
View file @
c3c74bf8
...
@@ -13,3 +13,4 @@ To port a model from vLLM to SGLang, you can compare these two files [SGLang LLa
...
@@ -13,3 +13,4 @@ To port a model from vLLM to SGLang, you can compare these two files [SGLang LLa
-
Test correctness by comparing the final logits and outputs of the two following commands:
-
Test correctness by comparing the final logits and outputs of the two following commands:
-
`python3 playground/reference_hf.py --model [new model]`
-
`python3 playground/reference_hf.py --model [new model]`
-
`python3 -m sglang.bench_latency --model [new model] --correct --output-len 16 --trust-remote-code`
-
`python3 -m sglang.bench_latency --model [new model] --correct --output-len 16 --trust-remote-code`
-
Update
[
Supported Models
](
https://github.com/sgl-project/sglang/tree/main?tab=readme-ov-file#supported-models
)
at
[
README
](
../README.md
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment