executorch
executorch copied to clipboard
Unable to locate llama3.2 model and tokenizer files in the ios demo app
Following this tutorial: https://github.com/pytorch/executorch/blob/main/examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md (on main, commit 92d1d1e410b11945869472e88a2247305921989a
, iPhone 12 Pro, iOS 17.6.1)
When I drag and drop the model and tokenizer files in finder, they are not visible in the file navigator when trying to select them in the app:
(
llama3_2.pte
and tokenizer.bin
inside the directories)
Any ideas what I'm doing wrong?
update: airdropping the files from my mac makes them visible and selectable in the app but it still says "Select model..." when both model and tokenizer are seemingly set.