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
c7880912
Commit
c7880912
authored
May 23, 2025
by
zhuwenwen
Browse files
fix run lora error
parent
6e9157c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vllm/config.py
vllm/config.py
+2
-0
No files found.
vllm/config.py
View file @
c7880912
...
@@ -2653,6 +2653,8 @@ class LoRAConfig:
...
@@ -2653,6 +2653,8 @@ class LoRAConfig:
specified, only adapters trained with the base model scaling factor are
specified, only adapters trained with the base model scaling factor are
allowed."""
allowed."""
bias_enabled
:
bool
=
False
bias_enabled
:
bool
=
False
merge_lora
:
bool
=
False
lora_target_modules
:
Optional
[
List
[
str
]]
=
None
"""Enable bias for LoRA adapters."""
"""Enable bias for LoRA adapters."""
def
compute_hash
(
self
)
->
str
:
def
compute_hash
(
self
)
->
str
:
...
...
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