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
105b8ce4
Unverified
Commit
105b8ce4
authored
Feb 22, 2025
by
Jee Jee Li
Committed by
GitHub
Feb 22, 2025
Browse files
[Misc] Reduce LoRA-related static variable (#13166)
parent
2cb8c154
Changes
41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
vllm/worker/hpu_model_runner.py
vllm/worker/hpu_model_runner.py
+0
-3
No files found.
vllm/worker/hpu_model_runner.py
View file @
105b8ce4
...
...
@@ -650,9 +650,6 @@ class HPUModelRunnerBase(ModelRunnerBase[TModelInputForHPU]):
logger
.
info
(
msg
)
if
self
.
lora_config
:
assert
hasattr
(
self
.
model
,
"supported_lora_modules"
)
and
self
.
model
.
supported_lora_modules
,
(
"Model does not support LoRA"
)
assert
hasattr
(
self
.
model
,
"embedding_modules"
),
"Model does not have embedding_modules"
assert
hasattr
(
...
...
Prev
1
2
3
Next
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