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
959dca4f
Unverified
Commit
959dca4f
authored
Feb 01, 2025
by
Yineng Zhang
Committed by
GitHub
Feb 01, 2025
Browse files
use srt VocabParallelEmbedding (#3252)
parent
f2b3a318
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/lora/lora.py
python/sglang/srt/lora/lora.py
+1
-1
No files found.
python/sglang/srt/lora/lora.py
View file @
959dca4f
...
...
@@ -23,7 +23,6 @@ import re
import
torch
from
torch
import
nn
from
vllm.model_executor.layers.vocab_parallel_embedding
import
VocabParallelEmbedding
from
sglang.srt.layers.linear
import
(
ColumnParallelLinear
,
...
...
@@ -31,6 +30,7 @@ from sglang.srt.layers.linear import (
QKVParallelLinear
,
RowParallelLinear
,
)
from
sglang.srt.layers.vocab_parallel_embedding
import
VocabParallelEmbedding
from
sglang.srt.model_loader.loader
import
DefaultModelLoader
...
...
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