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
Why did I initialize the otter model with the results about "Total Trainable param: 0.000000 B" after
accelerator = Accelerator(
gradient_accumulation_steps=args.gradient_accumulation_steps,
mixed_precision="no", # mark origin: bf16
)
? I run that code on the RTX A6000 machine.
The text was updated successfully, but these errors were encountered:
Why did I initialize the otter model with the results about "Total Trainable param: 0.000000 B" after
accelerator = Accelerator(
gradient_accumulation_steps=args.gradient_accumulation_steps,
mixed_precision="no", # mark origin: bf16
)
? I run that code on the RTX A6000 machine.
The text was updated successfully, but these errors were encountered: