-
Notifications
You must be signed in to change notification settings - Fork 12
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
Feature/azure openai support #176
base: main
Are you sure you want to change the base?
Feature/azure openai support #176
Conversation
@FANGAreNotGnu - looks like I am unable to add you or any other team members as reviewers. Also, I suppose I do not have necessary permissions to successfully execute actions. Let me know what I should do here. Thanks! |
Hi Alex, thanks for your contribution! Could you run these formatting commands on the code:
I'll review your PR in the meantime. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FANGAreNotGnu - addressing the first and the third comment! I will leave the second alone and let you address that as mentioned. Thanks! |
I've updated the configuration. We can approve once we've tested it with an Azure API key. @boranhan @tonyhoo @AnirudhDagar |
Status Update: Initial Azure OpenAI quota increase request was declined due to insufficient capacity. Second request has been submitted and is pending review. |
Update: I asked for GPT4 base model but was granted quota of GPT35-turbo in finetune mode. And even the finetune is disabled due to capacity issues. Third request has been submitted and is pending review. We could consider merge it and test later. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and thanks for the contribution! The PR has not been tested on our end due to Azure's insufficient capacity, but we should consider merge it.
Description
Adds support for Azure OpenAI
How Has This Been Tested?
I populated the keys locally and ran a training job and it had succeeded.
pytest tests/
)Configuration Changes
Added details in the README of necessary env variables and added those into the configure_llm.sh
Type of Change
FYI looked like my Ruff formatter did some formatting changes... happy to undo if they do not meet standards. Looking for feedback, thanks!
Closes #171