Skip to content

Commit

Permalink
apply black formatter to eole/trainer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
isanvicente committed Oct 23, 2024
1 parent 1250387 commit b733b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eole/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import torch
import traceback
import eole.utils
from eole.utils.distributed import all_gather_list,all_reduce_and_rescale_tensors
from eole.utils.distributed import all_gather_list, all_reduce_and_rescale_tensors
from eole.utils.loss import LossCompute
from eole.utils.logging import logger
from eole.utils.misc import clear_gpu_cache, get_autocast
Expand Down

0 comments on commit b733b73

Please sign in to comment.