mirror of
https://github.com/QwenLM/Qwen.git
synced 2026-05-20 08:25:47 +08:00
Merge pull request #692 from QwenLM/jklj077-patch-1
Remove redundant code in finetune.py
This commit is contained in:
@@ -270,12 +270,6 @@ def train():
|
||||
if getattr(training_args, 'deepspeed', None) and int(os.environ.get("WORLD_SIZE", 1))==1:
|
||||
training_args.distributed_state.distributed_type = DistributedType.DEEPSPEED
|
||||
|
||||
compute_dtype = (
|
||||
torch.float16
|
||||
if training_args.fp16
|
||||
else (torch.bfloat16 if training_args.bf16 else torch.float32)
|
||||
)
|
||||
|
||||
local_rank = training_args.local_rank
|
||||
|
||||
device_map = "auto"
|
||||
|
||||
Reference in New Issue
Block a user