Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS app store validation issues #2749

Open
sinkingsugar opened this issue Jan 28, 2025 · 5 comments
Open

iOS app store validation issues #2749

sinkingsugar opened this issue Jan 28, 2025 · 5 comments

Comments

@sinkingsugar
Copy link

FYI with current master I am getting:

ITMS-90755: Invalid Binary - The following binaries in your app contains prohibited instructions: (my binary with candle in it). Remove the instructions from the binaries, rebuild and resubmit.

We are reverting to 0.8.1 for now, will update if I find out more.

@lucasjinreal
Copy link

lucasjinreal commented Jan 29, 2025

May I ask what's the model uses here? Does it faster than llama.cpp on CPU?

@sinkingsugar
Copy link
Author

May I ask what's the model uses here? Does it faster than llama.cpp on CPU?

Sure, we mainly use the library for tensor operations (https://github.com/fragcolor-xyz/shards/tree/devel/shards/modules/candle), as we indeed switched to use llama.cpp on GPU for most of the workloads we have. The issue is mainly for consistence and to signal lack of love for those platforms.

@lucasjinreal
Copy link

Oh, these way is strange. Does candle slower too much than llama.cpp on GPU?

@sinkingsugar
Copy link
Author

Oh, these way is strange. Does candle slower too much than llama.cpp on GPU?

on iOS candle gpu does not even work.. currently there are some invalid metal calls that fail on iOS.

@lucasjinreal
Copy link

In that case candle team need to take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants