kyegomez / zeta

Build high-performance AI models with modular building blocks
https://zeta.apac.ai
Apache License 2.0
391 stars 37 forks source link

Update multihead_attention.py #188

Closed viai957 closed 6 months ago

viai957 commented 6 months ago

just updated a minute error dropout was set to int instead of float. it was defined as dropout : int = 0.0 changed to dropout : float = 0.0