Jesse Armand
Jesse Armand
I don't think build time can be improved. At best, the openssl archive can be stored in the github repo instead of downloading directly from openssl.org, but download time is...
Note that at the moment we have to upgrade to CocoaPods beta version 1.6.0.beta.2 in order to push Animo podspec. Take a look at the issue being discussed here: https://github.com/CocoaPods/CocoaPods/issues/7708
Comment out [line 344 in index.js](https://github.com/cocktailpeanut/dalai/blob/main/index.js#L344) when it removes the target models path. Then, make sure to only copy the downloaded models (e.g. `consolidated.00.pth`) that have been completed to that...
It's not in llama folder, it's in `dalai` source code root directory. You can make some tweaks with [torrent.js](https://github.com/cocktailpeanut/dalai/blob/main/torrent.js) as well. Read [webtorrent](https://webtorrent.io/docs). I'll probably try that once I'm going...
The current downloader doesn't resume the download. It will just skip downloaded model files and continue with the next part. A resume will need some work on the webtorrent usage.
Yes, I see the exact same crash report as @mgrimes.
Thanks for the pull request. What exactly is the change in iOS 7 that makes `resignFirstResponder` as unnecessary? Because I didn't notice an issue, I've used this on iOS 7.
@ronlisle To handle the selection of the person, implement the delegate method of `ZLPeoplePickerViewControllerDelegate` in your application: `- (void)peoplePickerViewController:(ZLPeoplePickerViewController *)peoplePicker didSelectPerson:(NSNumber *)recordId` The demo app is just displaying the selected...