Yatharth Gupta
Yatharth Gupta
@lanctot I have made the appropriate changes and made a PR for that, Please Merge it if this is correct, otherwise let me know if any modifications need to be...
Sure, Would be cool to try, Thanks for your Suggestion :)
Hi, I have implemented the changes suggested by @pseudo-rnd-thoughts and made a PR. Please Close this issue if it gets resolved by the PR, otherwise let me know if there...
Hi @maintainers , Please review my PR and merge it if it closes the issue, otherwise please let me know if any modifications are needed.
Ollama is already supported via LiteLLM, You can use it like so ```python from guidance import models, gen , select llama2 = models.LiteLLMCompletion( model=f"ollama/llama2", api_base="http://localhost:11434" ) # capture our selection...
I was facing the same error, install llama-cpp-python==0.2.26 and it should work!
@chenmoneygithub I have been working with GPT2 recently and have been reading up a lot on it, I would love to work on guides showcasing GPT2 's text generation capabilities....