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
import torch
import torchvision
print("666")
when I use accelerate to run my code I meet this error.But if I use python test_error.py , it's fine.
How can I use accelerate?
Expected behavior
How can I use accelerate?Please help me
The text was updated successfully, but these errors were encountered:
System Info
Information
Tasks
no_trainer
script in theexamples
folder of thetransformers
repo (such asrun_no_trainer_glue.py
)Reproduction
import torch
import torchvision
print("666")
when I use accelerate to run my code I meet this error.But if I use python test_error.py , it's fine.
How can I use accelerate?
Expected behavior
How can I use accelerate?Please help me
The text was updated successfully, but these errors were encountered: