llm icon indicating copy to clipboard operation
llm copied to clipboard

chore: update readme for easier running of models

Open hhamud opened this issue 3 years ago • 2 comments

Updated the README so that users don't have to constantly use cargo run -- every time they use the binary.

hhamud avatar Mar 21 '23 14:03 hhamud

Hm, I think the preferable solution for this is to cargo install it so that it's available in your PATH?

We're planning on getting this into crates.io, so all you'll need to do is cargo install llama-cli and then you'll be able to do llama-cli ....

philpax avatar Mar 22 '23 08:03 philpax

Hm, I think the preferable solution for this is to cargo install it so that it's available in your PATH?

We're planning on getting this into crates.io, so all you'll need to do is cargo install llama-cli and then you'll be able to do llama-cli ....

Good point, how about changing it to cargo install --path for now?

hhamud avatar Mar 22 '23 13:03 hhamud