Skip to content

SDK_CLI_test#3623

Open
raghu-microsoft wants to merge 52 commits intosdk_cli_fixfrom
main
Open

SDK_CLI_test#3623
raghu-microsoft wants to merge 52 commits intosdk_cli_fixfrom
main

Conversation

@raghu-microsoft
Copy link
Copy Markdown
Collaborator

Description

Checklist

  • I have read the contribution guidelines.
  • I have coordinated with the docs team (mldocs@microsoft.com) if this PR deletes files or changes any file names or file extensions.
  • Pull request includes test coverage for the included changes.
  • This notebook or file is added to the CODEOWNERS file, pointing to the author or the author's team.

sharvin2187 and others added 16 commits May 28, 2025 14:40
* 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 <175728472+Copilot@users.noreply.github.com>

* Update sdk/python/jobs/grpo/src/BldDemo_Reasoning_Train.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update sdk/python/jobs/grpo/src/BldDemo_Reasoning_Train.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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 <181455625+gpenumetsa-msft@users.noreply.github.com>

* Update sdk/python/jobs/grpo/launch_grpo_command_job-med-mcqa-commented.ipynb

Co-authored-by: Gayatri Penumetsa <181455625+gpenumetsa-msft@users.noreply.github.com>

* Update sdk/python/jobs/grpo/launch_grpo_command_job-med-mcqa-commented.ipynb

Co-authored-by: Gayatri Penumetsa <181455625+gpenumetsa-msft@users.noreply.github.com>

* Update sdk/python/jobs/grpo/launch_grpo_command_job-med-mcqa-commented.ipynb

Co-authored-by: Gayatri Penumetsa <181455625+gpenumetsa-msft@users.noreply.github.com>

* Address deployment related comments

* Add README

* Update sdk/python/jobs/grpo/launch_grpo_command_job-med-mcqa-commented.ipynb

Co-authored-by: Gayatri Penumetsa <181455625+gpenumetsa-msft@users.noreply.github.com>

* Remove duplicated model info section

* Update sdk/python/jobs/grpo/launch_grpo_command_job-med-mcqa-commented.ipynb

Co-authored-by: Gayatri Penumetsa <181455625+gpenumetsa-msft@users.noreply.github.com>

* Update sdk/python/jobs/grpo/launch_grpo_command_job-med-mcqa-commented.ipynb

Co-authored-by: Gayatri Penumetsa <181455625+gpenumetsa-msft@users.noreply.github.com>

* Change dataset description

---------

Co-authored-by: Sharvin Jondhale <shjondhale@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Gayatri Penumetsa <181455625+gpenumetsa-msft@users.noreply.github.com>
Co-authored-by: Mohd Javed Ansari <moansa@microsoft.com>
Add yeshwanth and harsha to code owners for GRPO
* Followup improvements to GRPO job example

* Add more docs to the readme

* Update sdk/python/jobs/grpo/README.md

Co-authored-by: Gayatri Penumetsa <181455625+gpenumetsa-msft@users.noreply.github.com>

* Update sdk/python/jobs/grpo/README.md

Co-authored-by: Gayatri Penumetsa <181455625+gpenumetsa-msft@users.noreply.github.com>

* Update README.md

---------

Co-authored-by: Sharvin Jondhale <shjondhale@microsoft.com>
Co-authored-by: Gayatri Penumetsa <181455625+gpenumetsa-msft@users.noreply.github.com>
Co-authored-by: Mohd Javed Ansari <moansa@microsoft.com>
Co-authored-by: Mohd Javed Ansari <moansa@microsoft.com>
* 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 <v-saarshad@microsoft.com>
* 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 <shjondhale@microsoft.com>
* [Fix]: Add accuracy also and reword informative assertions
* remove responsibleai-vision notebooks and related workflows
@github-advanced-security
Copy link
Copy Markdown

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

Please use other types of Token Credential for your application if not for development testing purposes.
Copy link
Copy Markdown
Contributor

@sdgilley sdgilley left a 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.

qusongms and others added 2 commits July 3, 2025 11:09
* update rai-tabular environment version in rai tabular notebooks
nishalagnes27 and others added 15 commits July 28, 2025 14:33
* Bump up version for tabular components

* update

* revert
Co-authored-by: Salman Arshad <v-saarshad@microsoft.com>
* 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 <v-saarshad@microsoft.com>
Co-authored-by: Arun <arunsu@microsoft.com>
* [Feat]: Adding example for grpo pipeline job trigger

* [update]: format with black
* Adding an example notebook for gpt-oss finetuning

* black file formatting
- Demonstrates a multi-step pipeline with dummy inputs and outputs
- Replicates the step sequence functionality available in AzureML SDK v1
- Serves as a reference for migrating pipelines from SDK v1 to SDK v2
* New Ubuntu image

* update EOL images pt2
* Update online-endpoints-managed-identity-sai.ipynb

* Update online-endpoints-managed-identity-uai.ipynb

* update EOL images

---------

Co-authored-by: kshitij-microsoft <kchawla@microsoft.com>
Co-authored-by: Kshitij Chawla <166698309+kshitij-microsoft@users.noreply.github.com>
* ncv3 retirement update

* review comment
Iyer-Narayan and others added 14 commits December 1, 2025 13:02
…3713)

* Refactor deploy-and-run script for MNIST classifier

* Refactor deploy-and-run script for MNIST classifier

Refactor deployment script for MNIST classifier to streamline endpoint creation and model registration.

* Use variable for ImageNet sample URI in script

* Update SAMPLE_INPUT_URI for mnist-classifier

* Change IMAGENET_SAMPLE_URI to new blob storage URL

Updated IMAGENET_SAMPLE_URI to a new data source.

* Update ImageNet sample URI variable in script
Co-authored-by: Saanika Gupta <saanikagupta@microsoft.com>
* [BES] - public data stored in github for BES notebooks

* clean output from notebooks
Co-authored-by: Salman Arshad <v-saarshad@microsoft.com>
…cuda12.6` (#3735)

* env migration

* remove nebulaml references

* attempt to download and then register data

* Revert "attempt to download and then register data"

This reverts commit ed8e3b9.
…efore recreating model (#3743)

* Update model cleanup to use DELETE API
Replaced model archiving with DELETE API calls for cleanup.
* fix: Update rerank notebook for latest models

* Update sdk/python/foundation-models/cohere/rerank-cohere-client.ipynb

Co-authored-by: Michael <michael.kozakov@gmail.com>

* fix typo

* remove empty cell

* refine base_url for clarity

* fix formatting

---------

Co-authored-by: Michael <michael.kozakov@gmail.com>
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.