Skip to content

Commit

Permalink
[Bugfix] fix lora_dtype value type in arg_utils.py (vllm-project#5398)
Browse files Browse the repository at this point in the history
  • Loading branch information
c3-ali authored and joerunde committed Jun 13, 2024
1 parent 10aa39c commit 444b779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/engine/arg_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class EngineArgs:
fully_sharded_loras: bool = False
lora_extra_vocab_size: int = 256
long_lora_scaling_factors: Optional[Tuple[float]] = None
lora_dtype = 'auto'
lora_dtype: str = 'auto'
max_cpu_loras: Optional[int] = None
device: str = 'auto'
ray_workers_use_nsight: bool = False
Expand Down

0 comments on commit 444b779

Please sign in to comment.