Vinesh Janarthanan

Results 7 comments of Vinesh Janarthanan

You can debug this issue by printing out the files in the `MainBundlePath` and checking to see if your model file is in that directory. ``` javascript RNFS.readDir(RNFS.MainBundlePath) .then((result) =>...

I can take a crack at this in the next few days. @mcharytoniuk, I just had a couple questions about this: 1. I'm a bit confused what this has to...

Sorry, I'd love to work on this but I'm quite busy at the moment. If someone else wants to take it on, they can. I'll come back and revisit it...

@andysalerno This issue was already addressed in #9527. Here are the commands of a basic example and outputs when I run it for both `json_schema` and `json_object`. Command for `json_schema`:...

I was facing the same issue since I'm on an Intel Mac. > Intel macs are not well supported. Try to add `-dev none` to your CLI arguments - it...

@jhen0409 I tested llama.swiftui off of your branch and I was able to build and run the application on my iOS device. However, when I load a model and send...

For those thinking about using `/think` or `/no_think` in the user prompt, it will work but sometimes it gets interpreted as part of the content of the input. I believe...