-
Notifications
You must be signed in to change notification settings - Fork 84
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
Run non-OpenAI models #32
Comments
this seems relevant here, but more so a separate issue: also: |
What I did was create an API that follows the OpenAI api standard, this way I only needed to set openai.api_base = 'my_url' and it worked fine. |
Hey, thanks for the suggestion! I think I'd rather move away from using the |
So far we've only used GPT-4 and GPT-3.5, the next step is to try it on models that are locally hosted.
I'm not sure exactly how to go about this; as this is a Github Action, does Github have GPUs in their runners? How do we properly write it to work with custom runners? Could we rent GPUs on something like vast.ai? Are there any grants available for free computational resources to run AutoPR on?
I'd love to run a custom Github runner with my own GPU, and run tests with it.
Essentially, these two methods need to use a
completion_func
decoupled from OpenAI's functions.https://github.com/irgolic/AutoPR/blob/main/autopr/services/rail_service.py#L53-L125
The text was updated successfully, but these errors were encountered: