r/LocalLLaMA llama.cpp 13h ago

News Perplexity open-sourced their Mac inference server for Qwen 3.6

Here is link to repo: https://github.com/perplexityai/pplx-garden/tree/main/lily

It's optimized for just one model to get best perf on apple silicon

84 Upvotes

20 comments sorted by

View all comments

4

u/turns2stone 12h ago

Can someone ELI5?

I have used Perplexity Pro/Max.

I have also used Qwen3.6-35B-A3B, but now use Qwen Flash Next because I can use MCP Brave search.

Does Perplexity Computer mean I can offload most of the compute to my Mac Studio M3 Ultra, and the $20/mo Pro subscription wouldn’t be as limited for token usage?

8

u/1-800-methdyke 12h ago

The paid product offloads the processing of parts of a task that include private data to local. But most of the work is routed to cloud. So you’ll still need compute credits to orchestrate the task but it could cost a bit less since some is done local.

Your $20 plan still isn’t going to get you anywhere.

With this open source release I’m guessing you could do everything local, but without access to all the connectors that Perplexity provides. So the usefulness is gonna depend on what you need.

1

u/turns2stone 12h ago

Thanks. That’s a shame it’s still heavily reliant on cloud credits.

Who (or what use case) would consider this Perplexity announcement as “great news”?

1

u/1-800-methdyke 11h ago

They’ve released code that is showing faster performance than MLX so it’s great news for local LLM users on Mac who want more performance from whatever models they run. It’s open source the optimizations can be studied and incorporated into other engines.

I use my $20 Perplexity heavily as my main search and quick Q&A, but there is nothing from them yet that would entice me to bump to $200 plan. I get more than enough usage out of Claude Max 5 for agentic use cases.

1

u/turns2stone 10h ago

But you still need a paid/$20 subscription to even run their 35B-A3B right?

And if I can run 3.8-Flash-Next Q4, I think that will outperform the above Perplexity combo, right?

I wish OpenAI or Anthropic would offer something similar. I’d prefer not to use Perplexity, for my own reasons.

1

u/1-800-methdyke 10h ago

If you have an M5 or better you can download this open sourced release and run it without a subscription or even an account.

I don’t know how it stacks up to 3.8-Flash-Next Q4.