Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
81–90 of 101 posts
Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#82Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#83For what Hypura does, the Max is the sweet spot. 64GB loads a 70B at Q4 with room to spare, and double the bandwidth of the Pro means generation is actually usable instead of just technically possible.
Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#84Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#85Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#86Earlier quoted context omitted.
Kimi 2.5?
That model is "open weight", not open source. We have no idea what data Moonshot trained on.
Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#87Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#88Nice work on the scheduler. Have you benchmarked parallel inference across multiple models? Running GPT, Claude and Gemini simultaneously on the same input is where latency becomes a real constraint.
Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#89For a lot of local workloads, sub-1 tok/s is useless in foreground and perfectly acceptable in background. If the choice is “this crashes” vs “this finishes overnight,” that’s still a meaningful capability jump.
Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#90Earlier quoted context omitted.
Why would llama with --mmap crash?
This doesn't surprise me all that much, mmap support gets little attention in general and interacts poorly with GPU-side inference. (And that's with it being default, you don't even really need to specify it as a CLI option.) OP has raised a discussion with the llama.cpp folks https://github.com/ggml-org/llama.cpp/discussions/20852 but little interest so far
Besides, discussions are for users. He didn't open PRs or issues.