When i try to load the model
#5
by
SriBalaaji
- opened
Error : There was a problem decoding this Core ML document
missingMetadataField(named: "inputSchema")
I would really like some help with it
Hi
@SriBalaaji
, how are you trying to use the model? If you download this repo and drag the mlpackage
bundle inside an Xcode project, it should work. You can also follow the steps we recently published in https://huggingface.co/blog/swift-coreml-llm, and maybe use our demo app as a starting point.
Thank you @pcuenq
This comment has been hidden
Hello!
I try to use demo app. When I import the mlpackage I get the error that the compilation of the asset catalog failed. How should I import the model?