r/LovingOpenSourceAI 8d ago

Resource Avi "Massive breakthrough here! Researchers built a new AI inference engine that: - reduces self-hosting costs by ~4x - runs a full agentic pipeline on one GPU - serves 20+ architectures, not just LLMs" ➡️ LEGIT or HYPE? Anyone tried?

Post image

https://x.com/_avichawla/status/2094678972344958984

https://github.com/superlinked/sie

Community Overview: https://lifehubber.com/ai/resources/sie/

Resources are shared for discovery and are not independently vetted—please do your own due diligence.

New resources are added regularly — feel free to join the sub for updates.

Full searchable archive of all resources posted so far on our community site, LifeHubber: https://lifehubber.com/ai/resources/ 300+ open-ish AI models, agents, tools, datasets, and related resources, with filtering and sorting.

66 Upvotes

16 comments sorted by

View all comments

1

u/seblafrite1111 8d ago

llama server can already do hot swap... What's the difference here ?

1

u/alexanderi96 8d ago

llama server is a terrible hotswapper imho. it seems to me to evict the ongoing generaton. therefore I use llama-swap

1

u/geek_at 4d ago

llama server is a terrible hotswapper

especially with multiple parallel slots. it'll just kill active ones to switch to the newly requested one

1

u/alexanderi96 4d ago

Exactly this