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
00e6a2dc
"vscode:/vscode.git/clone" did not exist on "a1d874224d9c29ae84f3850474b4816f0ed9574b"
Unverified
Commit
00e6a2dc
authored
Jun 11, 2024
by
Ali Panahi
Committed by
GitHub
Jun 11, 2024
Browse files
[Bugfix] fix lora_dtype value type in arg_utils.py (#5398)
parent
2e02311a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+1
-1
No files found.
vllm/engine/arg_utils.py
View file @
00e6a2dc
...
@@ -68,7 +68,7 @@ class EngineArgs:
...
@@ -68,7 +68,7 @@ class EngineArgs:
fully_sharded_loras
:
bool
=
False
fully_sharded_loras
:
bool
=
False
lora_extra_vocab_size
:
int
=
256
lora_extra_vocab_size
:
int
=
256
long_lora_scaling_factors
:
Optional
[
Tuple
[
float
]]
=
None
long_lora_scaling_factors
:
Optional
[
Tuple
[
float
]]
=
None
lora_dtype
=
'auto'
lora_dtype
:
str
=
'auto'
max_cpu_loras
:
Optional
[
int
]
=
None
max_cpu_loras
:
Optional
[
int
]
=
None
device
:
str
=
'auto'
device
:
str
=
'auto'
ray_workers_use_nsight
:
bool
=
False
ray_workers_use_nsight
:
bool
=
False
...
...
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