Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
dc71af0a
Unverified
Commit
dc71af0a
authored
Jan 08, 2025
by
WangErXiao
Committed by
GitHub
Jan 08, 2025
Browse files
Remove the duplicate imports of MultiModalKwargs and PlaceholderRange… (#11824)
parent
4d29e91b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vllm/v1/core/scheduler.py
vllm/v1/core/scheduler.py
+0
-2
No files found.
vllm/v1/core/scheduler.py
View file @
dc71af0a
...
...
@@ -5,8 +5,6 @@ from typing import (TYPE_CHECKING, Deque, Dict, Iterable, List, Optional, Set,
from
vllm.config
import
CacheConfig
,
LoRAConfig
,
SchedulerConfig
from
vllm.logger
import
init_logger
from
vllm.multimodal
import
MultiModalKwargs
from
vllm.multimodal.base
import
PlaceholderRange
from
vllm.sampling_params
import
SamplingParams
from
vllm.v1.core.encoder_cache_manager
import
EncoderCacheManager
from
vllm.v1.core.kv_cache_manager
import
KVCacheManager
...
...
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