Regarding SSD endurance and KV Caching #724
celestial-rose
started this conversation in
General
Replies: 1 comment 6 replies
-
|
I bought an external SSD drive just for this. Solves all problems. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi oMLX team,
I’ve been following the development of this project and it looks super promising. The benchmarks are impressive, and the way you've implemented SSD KV Caching seems like a game-changer for handling large contexts on Apple Silicon for agentic harnesses.
I haven’t had the chance to test it out yet, because I have one lingering concern: SSD wear-and-tear.
Since high-context coding sesh involves significant data movement, I’m worried that constant read/write operations to the SSD for KV Caching might significantly impact the drive's lifespan. Given that Mac SSDs are soldered, I’m being a bit cautious before diving in.
I’d love to hear your thoughts on:
How "heavy" are the writes during a typical session?
Are there any optimizations in place to reduce the frequency of disk writes?
Would you recommend using an external SSD for the cache to protect the internal drive ? Is that a possibility ?
I’m really excited about the speed and efficiency oMLX offers; I just want to make sure I’m being mindful of my expensive hardware. Thanks for the amazing work !
NB : this is maybe totally irrelevant and maybe the SSD operations are lower than playing opening 100 Chrome tabs but I thought asking could help others too in their decisions
Beta Was this translation helpful? Give feedback.
All reactions