You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the scripts in the examples/ folder of Accelerate or an officially supported no_trainer script in the examples folder of the transformers repo (such as run_no_trainer_glue.py)
My own task or dataset (give details below)
Reproduction
from accelerate.utils import InitProcessGroupKwargs
from accelerate import Accelerator
from datetime import *
System Info
Information
Tasks
no_trainer
script in theexamples
folder of thetransformers
repo (such asrun_no_trainer_glue.py
)Reproduction
from accelerate.utils import InitProcessGroupKwargs
from accelerate import Accelerator
from datetime import *
accelerator = Accelerator(
gradient_accumulation_steps=args.gradient_accumulation_steps,
mixed_precision=args.mixed_precision,
log_with=args.report_to,
project_config=accelerator_project_config,
kwargs_handler=[InitProcessGroupKwargs(timeout=timedelta(seconds=10 * 3600))],
)
Expected behavior
Hope accelerator Operating normally
The text was updated successfully, but these errors were encountered: