transformers
Removed the redundant SiLUActivation class.
#27136
Merged

Commits
  • Removed the redundant SiLUActivation class and now use nn.functional.silu directly.
    hisushanta committed 2 years ago
  • I apologize for adding torch.functional.silu. I have replaced it with nn.SiLU.
    hisushanta committed 2 years ago
Loading