-
Notifications
You must be signed in to change notification settings - Fork 1.6k
SDK_CLI_test #3623
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
base: sdk_cli_fix
Are you sure you want to change the base?
SDK_CLI_test #3623
Conversation
* Add grpo job example * Replace client info with generics * Add missing copyright * newline at end of aml_setup.py * Fix black formatting issues and reduce dataset * Update sdk/python/jobs/grpo/src/grpo_trainer_rewards.py Co-authored-by: Copilot <[email protected]> * Update sdk/python/jobs/grpo/src/BldDemo_Reasoning_Train.py Co-authored-by: Copilot <[email protected]> * Update sdk/python/jobs/grpo/src/BldDemo_Reasoning_Train.py Co-authored-by: Copilot <[email protected]> * Fix duplicated cell * Add to CODEOWNERS * Fix agenda image and dataset string * Replace demo with example * Update sdk/python/jobs/grpo/launch_grpo_command_job-med-mcqa-commented.ipynb Co-authored-by: Gayatri Penumetsa <[email protected]> * Update sdk/python/jobs/grpo/launch_grpo_command_job-med-mcqa-commented.ipynb Co-authored-by: Gayatri Penumetsa <[email protected]> * Update sdk/python/jobs/grpo/launch_grpo_command_job-med-mcqa-commented.ipynb Co-authored-by: Gayatri Penumetsa <[email protected]> * Update sdk/python/jobs/grpo/launch_grpo_command_job-med-mcqa-commented.ipynb Co-authored-by: Gayatri Penumetsa <[email protected]> * Address deployment related comments * Add README * Update sdk/python/jobs/grpo/launch_grpo_command_job-med-mcqa-commented.ipynb Co-authored-by: Gayatri Penumetsa <[email protected]> * Remove duplicated model info section * Update sdk/python/jobs/grpo/launch_grpo_command_job-med-mcqa-commented.ipynb Co-authored-by: Gayatri Penumetsa <[email protected]> * Update sdk/python/jobs/grpo/launch_grpo_command_job-med-mcqa-commented.ipynb Co-authored-by: Gayatri Penumetsa <[email protected]> * Change dataset description --------- Co-authored-by: Sharvin Jondhale <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Gayatri Penumetsa <[email protected]>
Co-authored-by: Mohd Javed Ansari <[email protected]>
Add yeshwanth and harsha to code owners for GRPO
Changed Agenda to 'Plan of Action'
* Followup improvements to GRPO job example * Add more docs to the readme * Update sdk/python/jobs/grpo/README.md Co-authored-by: Gayatri Penumetsa <[email protected]> * Update sdk/python/jobs/grpo/README.md Co-authored-by: Gayatri Penumetsa <[email protected]> * Update README.md --------- Co-authored-by: Sharvin Jondhale <[email protected]> Co-authored-by: Gayatri Penumetsa <[email protected]>
Co-authored-by: Mohd Javed Ansari <[email protected]>
Co-authored-by: Mohd Javed Ansari <[email protected]>
* fail sdk installation workflow temporarily
* Replace azureml-defaults with azureml-inference-server-http==1.4.0 in environment configuration files * update azureml-inference-server-http * update inference-schema and joblib in conda.yaml * Replace azureml-defaults with azureml-inference-server-http==1.4.0 in environment configuration files * update azureml-inference-server-http * update inference-schema and joblib in conda.yaml --------- Co-authored-by: Salman Arshad <[email protected]>
* Adding mcp server content * updating content * add more content to it * adding more details * adding pr details * formating * updating readme file * updating readme * formating the content * formatting * applying formatng * applying formating * applying formatting * adding more ocntent
* Add config for single node runs * Fix notebook metadata * Run black formatter --------- Co-authored-by: Sharvin Jondhale <[email protected]>
* [Fix]: Add accuracy also and reword informative assertions
* remove responsibleai-vision notebooks and related workflows
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
from azure.identity import InteractiveBrowserCredential, DefaultAzureCredential | ||
|
||
try: | ||
credential = DefaultAzureCredential() |
Check failure
Code scanning / CodeQL
Detect unsafe use of DefaultAzureCredential in python application Error
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.
these changes will not break the docs builds.
* update rai-tabular environment version in rai tabular notebooks
* Update to use Python 3.12 * update * update * Update Dockerfiles and deployment configurations to use the latest minimal-py312-inference image * Update conda and environment configurations to use updated package versions --------- Co-authored-by: Salman Arshad <[email protected]> Co-authored-by: Arun <[email protected]>
* checking AZ CLI version in ml ext installation workflow * adding latest version of az cli * adding latest version of az cli via url
* Bump up version for tabular components * update * revert
Co-authored-by: Salman Arshad <[email protected]>
* Submitting a job in env with private python packages * basic sanity notebooks of SDK & CLI * black fixes * Task 4123398: Add sdk and cli notebooks and raise sev2 if sdk/cli is not installable (#3579) * Submitting a job in env with private python packages * basic sanity notebooks of SDK & CLI * black fixes * cron update to every 5 min & readme exclusion * Sanity monitor (#3581) * Submitting a job in env with private python packages * basic sanity notebooks of SDK & CLI * black fixes * cron update to every 5 min & readme exclusion * adding README.md for cli and sdk * Sanity monitor (#3583) * Submitting a job in env with private python packages * basic sanity notebooks of SDK & CLI * black fixes * cron update to every 5 min & readme exclusion * adding README.md for cli and sdk * fix README.md for cli and sdk (#3584) * Sanity monitor (#3586) * fix README.md for cli and sdk * fix README.md for sdk * fix README.md for sdk * Sanity monitor (#3587) * fix README.md for cli and sdk * fix README.md for sdk * fix README.md for sdk * fix exclusions and workflows * Sanity monitor (#3588) * fix README.md for cli and sdk * fix README.md for sdk * fix README.md for sdk * fix exclusions and workflows * fix sdk nb * fix nb and remove readme * fix nb for ws list * fail sdk installation workflow temporarily * Pass the failing workflow * Fail the workflow intentionally to test the monitor
Co-authored-by: Salman Arshad <[email protected]> Co-authored-by: Arun <[email protected]>
* [Feat]: Adding example for grpo pipeline job trigger * [update]: format with black
* Adding an example notebook for gpt-oss finetuning * black file formatting
Description
Checklist