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
can not find custom_fwd and custom_bwd in torch.amp,can be found in torch.cuda.amp
OK: pytorch 2.5.1
NO: pytorch 2.2.2
low vram
torch.autocast(device_type=device, dtype=torch.bfloat16)
this means that our GPU must support bfloat16, otherwise, the VRAM maybe more than 20G.
The text was updated successfully, but these errors were encountered:
yuedajiong
changed the title
What are the python and pytorch version? (can not find custom_fw and custom_bw in torch.amp,can be found in torch.cuda.amp)
What are the python and pytorch version? (can not find custom_fwd and custom_bwd in torch.amp,can be found in torch.cuda.amp)
Jan 11, 2025
can not find custom_fwd and custom_bwd in torch.amp,can be found in torch.cuda.amp
OK: pytorch 2.5.1
NO: pytorch 2.2.2
low vram
torch.autocast(device_type=device, dtype=torch.bfloat16)
this means that our GPU must support bfloat16, otherwise, the VRAM maybe more than 20G.
The text was updated successfully, but these errors were encountered: