[Bugfix] fix lora_dtype value type in arg_utils.py (#5398)

This commit is contained in:
Ali Panahi
2024-06-11 10:40:23 -07:00
committed by GitHub
parent 2e02311a1b
commit 00e6a2dc53

View File

@ -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