InvincibleMeta's picture
Initialize Virtual Tryon
9551858 verified
raw
history blame
No virus
120 Bytes
import torch.nn.functional as F
def is_torch2_available():
return hasattr(F, "scaled_dot_product_attention")