-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Model Capacities - List an Ai_service #8234
base: main
Are you sure you want to change the base?
Conversation
Validation for Breaking Change Starting...
Thanks for your contribution! |
Hi @ovidiu10, |
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Hi @ovidiu10, did you go through to Apex onboarding process? CC @Jacekey23 |
@ovidiu10 Thanks |
@Jacekey23 let me know what else I need to do :) thanks |
Hi @ovidiu10, if seems you can use the aaz-dev-tools to generate the command. |
This checklist is used to make sure that common guidelines for a pull request are followed.
Related command
Show capacity for Azure AI models
az ai_service show capacity --api-version "2024-10-01" --model-format "OpenAI" --model-name "gpt-4" --model-version "turbo-2024-04-09"
General Guidelines
azdev style ai_service
locally? (pip install azdev
required) yespython scripts/ci/test_index.py -q
locally? (pip install wheel==0.30.0
required)For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update
src/index.json
automatically.You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify
src/index.json
.