Skip to content

1.22.1

Compare
Choose a tag to compare
@aimetci aimetci released this 04 Aug 10:29
· 1399 commits to develop since this release
e09d587

What's Changed

  • Added support for QuantizableMultiHeadAttention for PyTorch nn.transformer layers by @quic-kyuykim
  • Support functional conv2d in model preparer by @quic-kyuykim
  • Enable qat with multi gpu by @quic-mangal
  • Optimize forward pass logic of PyTorch QAT 2.0 by @quic-geunlee
  • Fix functional depthwise conv support on model preparer by @quic-kyuykim
  • Fix bug in model validator to correctly identify functional ops in leaf module by @quic-klhsieh
  • Support dynamic functional conv2d in model preparer by @quic-kyuykim
  • Added updated default runtime config, also a per-channel one. Fixed n… by @quic-akhobare
  • Include residing module info in model validator by @quic-klhsieh
  • Support for Keras MultiHeadAttention Layer by @quic-ashvkuma

Documentation