The problem will probably be the file size of your model, because PyInstaller only supports files up to 2 GB in an archive. The problem is already described in #3939. As a workaround you could split ...
Your app should run in a bundle exactly as it does when run from source. However, you may want to learn at run-time whether the app is running from source or whether it is bundled ("frozen"). You can ...