use fixture

Former-commit-id: 10761985691b9f934f7689c1f82aa6dd68febcca
This commit is contained in:
hiyouga
2024-06-15 20:06:17 +08:00
parent 7f90b0cd20
commit 14f7bfc545
3 changed files with 24 additions and 7 deletions

View File

@@ -163,7 +163,7 @@ class ModelArguments:
)
infer_dtype: Literal["auto", "float16", "bfloat16", "float32"] = field(
default="auto",
metadata={"help": "Data type for model weights and activations at inference."}
metadata={"help": "Data type for model weights and activations at inference."},
)
hf_hub_token: Optional[str] = field(
default=None,