samuel-vitorino / lm.rs

Minimal LLM inference in Rust
MIT License
925 stars 26 forks source link

Update README to mention the desktop gui #6

Open StyMaar opened 1 month ago

samuel-vitorino commented 3 weeks ago

Will merge as soon as the desktop version is a bit more polished (at least the message input fixed at the bottom). Also, there seems to be a typo:

./target/release/backend --model [model weights file]

Should be ./target/release/desktop --model [model weights file]