Skip to content

Commit

Permalink
Signed-off-by: weijingchen <talkingwallace@sohu.com>
Browse files Browse the repository at this point in the history
update requirement.txt

Signed-off-by: cwj <talkingwallace@sohu.com>
  • Loading branch information
talkingwallace committed Dec 21, 2023
1 parent 9fee434 commit ee8af64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/fate/ml/nn/trainer/trainer_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class _TrainingArguments(_hf_TrainingArguments):
log_level: str = field(default="info")
deepspeed: Optional[str] = field(default=None)
save_safetensors: bool = field(default=False)
use_cpu: bool = field(default=False)
use_cpu: bool = field(default=True)


def __post_init__(self):
Expand Down
4 changes: 2 additions & 2 deletions python/requirements-fate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ click
ruamel-yaml==0.16
numpy
pandas==2.0.3
transformers==4.30.2
accelerate==0.20.2
transformers==4.36.0
accelerate==0.25.0
beautifultable
requests<2.26.0
scikit-learn
Expand Down

0 comments on commit ee8af64

Please sign in to comment.