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
Crash on first launch during model initialization on clean installs. swift-transformers resource bundles (containing fallback tokenizer configs) were not being copied into the shipped app, causing Bundle.module to fail when loading a tokenizer for the first time. Thanks to @krazos for the detailed bug report and crash log (#35).