-
Notifications
You must be signed in to change notification settings - Fork 369
Rename to llm
#136
Comments
As already discussed, I agree with the change on the crate name, since it's quite obvious that it's a rust project there. What I'm not sure about, is the github repo name. It's nice to have the crate and the repo be the same thing, but calling the repo just If it weren't for the completely unrelated recent events, I would've suggested |
|
What about |
For the repo name? Yeah that'd be fine, I just don't want
https://www.reddit.com/r/rust/comments/12e7tdb/rust_trademark_policy_feedback_form/ |
Aww, naming is hard! |
I've updated all of the crates and the README, but I'll need @setzer22 to give me full permissions to update the repo name. I'm still leaning towards |
Done 🚀 |
With our (hopefully) incoming support for #85 and #75, this crate is growing beyond just LLaMA support. At the same time,
llama_rs
is a little unwieldy as a crate name.To accommodate this, I've taken the liberty of reserving the llm crate name. Just before we release 0.1.0,
llama-rs
will be renamed tollm
, andllama-cli
will becomellm-cli
(but likely have the binary namellm
, so you can dollm bloom infer -m bloom_model -p "what's the capital of Virginia?"
).Each model would be under its own feature flag, so you would only pay for what you use.
The text was updated successfully, but these errors were encountered: