Error fp16 on MAC M1

#1
by synaptics - opened

Hello community

Is any one able to help me fix this please? I try using parameter --fp16 =False but still get issues

accelerator = Accelerator(fp16=args.fp16, cpu=args.cpu, mixed_precision=args.mixed_precision)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Accelerator.init() got an unexpected keyword argument 'fp16'

synaptics changed discussion title from Error fp16 on MAc M1 to Error fp16 on MAC M1

Sign up or log in to comment