Skip to content

Commit 00e6a2d

Browse files
authored
[Bugfix] fix lora_dtype value type in arg_utils.py (#5398)
1 parent 2e02311 commit 00e6a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/engine/arg_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class EngineArgs:
6868
fully_sharded_loras: bool = False
6969
lora_extra_vocab_size: int = 256
7070
long_lora_scaling_factors: Optional[Tuple[float]] = None
71-
lora_dtype = 'auto'
71+
lora_dtype: str = 'auto'
7272
max_cpu_loras: Optional[int] = None
7373
device: str = 'auto'
7474
ray_workers_use_nsight: bool = False

0 commit comments

Comments
 (0)