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
a362340b
Unverified
Commit
a362340b
authored
Aug 29, 2024
by
lxww302
Committed by
GitHub
Aug 30, 2024
Browse files
fix: multimodal_config in monkey_patch_vllm_dummy_weight_loader (#1260)
parent
381dd57b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
python/sglang/srt/utils.py
python/sglang/srt/utils.py
+0
-3
No files found.
python/sglang/srt/utils.py
View file @
a362340b
...
@@ -407,7 +407,6 @@ def monkey_patch_vllm_dummy_weight_loader():
...
@@ -407,7 +407,6 @@ def monkey_patch_vllm_dummy_weight_loader():
DummyModelLoader
,
DummyModelLoader
,
LoRAConfig
,
LoRAConfig
,
ModelConfig
,
ModelConfig
,
MultiModalConfig
,
ParallelConfig
,
ParallelConfig
,
SchedulerConfig
,
SchedulerConfig
,
_initialize_model
,
_initialize_model
,
...
@@ -422,7 +421,6 @@ def monkey_patch_vllm_dummy_weight_loader():
...
@@ -422,7 +421,6 @@ def monkey_patch_vllm_dummy_weight_loader():
model_config
:
ModelConfig
,
model_config
:
ModelConfig
,
device_config
:
DeviceConfig
,
device_config
:
DeviceConfig
,
lora_config
:
Optional
[
LoRAConfig
],
lora_config
:
Optional
[
LoRAConfig
],
multimodal_config
:
Optional
[
MultiModalConfig
],
parallel_config
:
ParallelConfig
,
parallel_config
:
ParallelConfig
,
scheduler_config
:
SchedulerConfig
,
scheduler_config
:
SchedulerConfig
,
cache_config
:
CacheConfig
,
cache_config
:
CacheConfig
,
...
@@ -433,7 +431,6 @@ def monkey_patch_vllm_dummy_weight_loader():
...
@@ -433,7 +431,6 @@ def monkey_patch_vllm_dummy_weight_loader():
model_config
,
model_config
,
self
.
load_config
,
self
.
load_config
,
lora_config
,
lora_config
,
multimodal_config
,
cache_config
,
cache_config
,
)
)
...
...
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