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
16ff3d4b
"tests/python/common/test_subgraph.py" did not exist on "223a3da5aede2ec555289af760888e4b50fd2de4"
Unverified
Commit
16ff3d4b
authored
Sep 09, 2025
by
wenhuipeng
Committed by
GitHub
Sep 09, 2025
Browse files
Support opt model (#10165)
parent
83d55ac5
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
638 additions
and
0 deletions
+638
-0
python/sglang/srt/models/opt.py
python/sglang/srt/models/opt.py
+637
-0
test/srt/models/test_generation_models.py
test/srt/models/test_generation_models.py
+1
-0
No files found.
python/sglang/srt/models/opt.py
0 → 100644
View file @
16ff3d4b
This diff is collapsed.
Click to expand it.
test/srt/models/test_generation_models.py
View file @
16ff3d4b
...
@@ -77,6 +77,7 @@ ALL_MODELS = [
...
@@ -77,6 +77,7 @@ ALL_MODELS = [
trust_remote_code
=
True
,
trust_remote_code
=
True
,
skip_long_prompt
=
True
,
skip_long_prompt
=
True
,
),
),
ModelCase
(
"facebook/opt-125m"
,
skip_long_prompt
=
True
),
ModelCase
(
ModelCase
(
"nvidia/Llama-3_3-Nemotron-Super-49B-v1_5"
,
"nvidia/Llama-3_3-Nemotron-Super-49B-v1_5"
,
tp_size
=
2
,
tp_size
=
2
,
...
...
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