Are there any 1T parameter open source models?
Kimi 2.5?
Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
51–60 of 101 posts
Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#52Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#53Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#54[dead]
Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#55Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#56[dead]
Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#57Where does "1T parameter model" come from? I can only see models with 70B params or less mentioned in the repo.
Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#58This is a pretty cool project! Essentially this is like using Swap memory to extend your RAM, but in a 'smart' way so you don't overload the NVMe unnecessarily. I do wonder in practice how the 'smarts' pan out, because putting a ton of stress on your NVMe during generation is probably not the best choice for it's longevity.
This is not putting any stress or wear on the NVMe, it's a pure read workload.
Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#59Intel Optane rolling in its grave.
Re: Hypura – A storage-tier-aware LLM inference scheduler for Apple Silicon
#60This is a pretty cool project! Essentially this is like using Swap memory to extend your RAM, but in a 'smart' way so you don't overload the NVMe unnecessarily. I do wonder in practice how the 'smarts' pan out, because putting a ton of stress on your NVMe during generation is probably not the best choice for it's longevity.
> but in a 'smart' way so you don't overload the NVMe unnecessarily "overloading NVMe"? What is that about? First time I've heard anything about it. > because putting a ton of stress on your NVMe during generation Really shouldn't "stress your NVMe", something is severely wrong if that's happening. I've been hammering my SSDs forever, and while write operations "hurt" the longevity of the flash cells themselves, the…
There is no writing to SSDs on inference with this architecture.