mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-03-23 12:43:09 +00:00
[misc] lint (#9710)
This commit is contained in:
@@ -142,6 +142,7 @@ def _verify_model_args(
|
||||
logger.warning_rank0("We should use slow tokenizer for the Yi models. Change `use_fast_tokenizer` to False.")
|
||||
model_args.use_fast_tokenizer = False
|
||||
|
||||
|
||||
def _check_extra_dependencies(
|
||||
model_args: "ModelArguments",
|
||||
finetuning_args: "FinetuningArguments",
|
||||
|
||||
@@ -94,6 +94,7 @@ class RayArguments:
|
||||
@dataclass
|
||||
class Fp8Arguments:
|
||||
r"""Arguments pertaining to the FP8 training."""
|
||||
|
||||
fp8: bool = field(
|
||||
default=False,
|
||||
metadata={
|
||||
|
||||
Reference in New Issue
Block a user