Hacker News new | ask | show | jobs
by perlpimp 735 days ago
this is amazing yet docs are lacking as per instruction to install: "cargo install lsp-ai -F llama_cpp -F metal"

one gets: Package `lsp-ai v0.1.0` does not have feature `llama-cpp-2`. It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.

not very clear what enabling feature is beyond specifying the flag whether to download git clone and build etc.

2 comments

Hey thanks for bringing this up. I'm not able to reproduce the error you are getting. I just ran `cargo install lsp-ai -F llama_cpp -F metal` on my mac and received no errors and a clean install. Can give me the full output of your command either here or in a github issue?
rustup update