Skip to content
New issue

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

Added Ollama for Easier access to LLM Models #10

Closed
wants to merge 3 commits into from

Conversation

sidharthramesh
Copy link

@sidharthramesh sidharthramesh commented Feb 24, 2024

Ollama - https://ollama.com/ provides an easy and quick way to run quantised models on consumer as well as GPU accelerated hardware. We would like to use some of the open-source models made available by Ollama with it's OpenAI APIs for the competition. Please allow us to add ollama to the runtime.

Also updated pip dependencies to install LanceDB

@chrisjkuch
Copy link
Collaborator

@sidharthramesh A few questions before accepting:

  • Is there a reason the ollama python client library is not sufficient?

  • Rather than invoking the general install script, can you pin the install to a specific version?

  • Re: your comment

    We would like to use some of the open-source models made available by Ollama with it's OpenAI APIs for the competition.

    Please note that, as per the rules, only submissions that use open-source code libraries and models are eligible for prizes. Also note that the runtime does not have internet access so that even if OpenAI models were prize-eligible (which they are not), you cannot access the OpenAI API from the runtime.

@chrisjkuch chrisjkuch closed this Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants