You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open-Sourced the project under MIT|Apache2 license
Official support for tract v0.22.0
Test coverage of LLM export with various transformers lib version (trying to support last 10ish minor versions with CI/CD)
Add context manager to force loading with offloaded tensor
Added opt-in support for reification of spda operator when targeting tract export (thanks to @emricksinisonos contribution) this should help further optimization in tract of attention blocks
Added support for upsample operator via deconv or debox depending on tract version
Added Licenses file
ModTensorUpdater is now useful with legacy torch version (bellow 2.0)