We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want to integrate with Ollama: https://github.com/jmorganca/ollama
Goal is to build an experiment, like the LlamaCpp example: https://github.com/hegelai/prompttools/blob/main/prompttools/experiment/experiments/llama_cpp_experiment.py
Ollama is a new way to run local models. It would be good to support this so developers can compare Ollama to LlamaCpp and other models/frameworks.
No response
The text was updated successfully, but these errors were encountered:
@steventkrawczyk Can I take care of this issue?
Sorry, something went wrong.
Sure! We had someone else interested in it but if you can raise a PR we'll check it out and get it merged 🚀
@osamanatouf2 For more context, we need a python API to the Ollama server to run experiments. You can look at other experiments as examples.
osamanatouf2
No branches or pull requests
🚀 The feature
We want to integrate with Ollama: https://github.com/jmorganca/ollama
Goal is to build an experiment, like the LlamaCpp example: https://github.com/hegelai/prompttools/blob/main/prompttools/experiment/experiments/llama_cpp_experiment.py
Motivation, pitch
Ollama is a new way to run local models. It would be good to support this so developers can compare Ollama to LlamaCpp and other models/frameworks.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: