TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

JPEG compress your LLM weights

3 pointsby kolbe6 months ago

2 comments

yoss906 months ago
JPEG is unlikely to do a good job in compressing LLM weights, but here is different approach from this weekend (with benchmarks and code).<p><a href="https:&#x2F;&#x2F;github.com&#x2F;nadavrot&#x2F;legday&#x2F;#how-it-works">https:&#x2F;&#x2F;github.com&#x2F;nadavrot&#x2F;legday&#x2F;#how-it-works</a>
billconan5 months ago
does this make sense?<p>JPEG compression is based on the fact that natural images are of low frequency. Are weights also low frequency?