prepare
returns AcceleratedScheduler
only if python version != 3.8 in torch==2.0
#1200
Closed
2 of 4 tasks
Labels
bug
Something isn't working
Not sure if related to the new release of
acclerate
+torch==2.0
, butprepare
returns anAcceleratedScheduler
only if python version is different than 3.8 and if one uses pytorch 2.0Information
Tasks
no_trainer
script in theexamples
folder of thetransformers
repo (such asrun_no_trainer_glue.py
)Reproduction
Expected behavior
this should aways print
True
regardless python version but printsFalse
for python=3.8cc @muellerzr @sgugger
The text was updated successfully, but these errors were encountered: