xichenhku's picture
Upload 162 files
81d8e7c verified
raw
history blame contribute delete
No virus
115 Bytes
import torch.nn.functional as F
def is_torch2_available():
return hasattr(F, "scaled_dot_product_attention")