Y
Hacker News
new
|
ask
|
show
|
jobs
by
zackangelo
659 days ago
Is this tied to a specific framework like pytorch or an inference server like vLLM?
Our inference stack is built using candle in Rust, how hard would it be to integrate?
1 comments
tovacinni
659 days ago
We’d just need to write a Rust client for the daemon and load the weights in a way that is compatible with candle- we can definitely look into this since parts of what we are building is already in Rust!
link