sobelio / llm-chain

`llm-chain` is a powerful rust crate for building chains in large language models allowing you to summarise text and complete complex tasks
https://llm-chain.xyz
MIT License
1.3k stars 128 forks source link

Update to support the new llama.cpp and fix executor bug #155

Closed cometyang closed 1 year ago

cometyang commented 1 year ago

update code for https://github.com/ggerganov/llama.cpp/pull/1509 and fix executor.

williamhogman commented 1 year ago

Thanks for the help with this one!

Could you run cargo fmt so it passes the lint :)

cometyang commented 1 year ago

i run "cargo fmt", now it should have no format issue.

williamhogman commented 1 year ago

Still some problem with the example but will merge and fix in main instead.