mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2026-03-07 12:15:59 +08:00
@@ -139,7 +139,7 @@ class ModelArguments:
|
||||
)
|
||||
export_device: str = field(
|
||||
default="cpu",
|
||||
metadata={"help": "The device used in model export."},
|
||||
metadata={"help": "The device used in model export, use cuda to avoid addmm errors."},
|
||||
)
|
||||
export_quantization_bit: Optional[int] = field(
|
||||
default=None,
|
||||
|
||||
Reference in New Issue
Block a user