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
6f43a9b9
Unverified
Commit
6f43a9b9
authored
Mar 12, 2025
by
yych0745
Committed by
GitHub
Mar 12, 2025
Browse files
remove the unused readline dependency from the Qwen2 model implementa… (#4340)
parent
0540fef7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
python/sglang/srt/models/qwen2.py
python/sglang/srt/models/qwen2.py
+0
-1
No files found.
python/sglang/srt/models/qwen2.py
View file @
6f43a9b9
...
...
@@ -15,7 +15,6 @@
# Adapted from llama2.py
# Modify details for the adaptation of Qwen2 model.
"""Inference-only Qwen2 model compatible with HuggingFace weights."""
from
readline
import
add_history
from
typing
import
Any
,
Dict
,
Iterable
,
Optional
,
Tuple
import
torch
...
...
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