Граф коммитов

513 Коммитов

Автор SHA1 Сообщение Дата
Sasidhar Kasturi 73242bf521
Add NVIDIA model samples (#2836)
* Add placeholder samples

* Added powershell for cli

* deployment notebook added

* updated notebook

* Evaluation

* yaml file updated

* yaml file updated

* Fix

* PTuning notebook

* Rename

* Format

---------

Co-authored-by: vikasagrawal-ms <vikasagrawal@microsoft.com>
Co-authored-by: HrishikeshGeedMS <hgeed@microsoft.com>
Co-authored-by: Aditi Singh <47007177+Addi-11@users.noreply.github.com>
2024-09-19 14:21:14 +05:30
ym11369 2bd52804f6
fix NCD gates/tests failing - update environment version (#3384) 2024-09-12 10:52:34 +05:30
Jayesh Tanna 0833654898
removing torchserve-huggingface-textgen workflow and its references (#3382) 2024-09-12 07:27:03 +05:30
ym11369 28351c9af7
Fix mlflow package 2.16.0 release caused NCD gates/tests failing in Int/Canary (#3377) 2024-09-10 12:00:53 -04:00
SeokJin Han 4029d3d268
remove torchserve HF textgen examples (#3376) 2024-09-09 09:18:20 +05:30
Vinutha Karanth 611e310545
Update env names to new name - responsibleai-tabular, responsibleai-text, responsibleai-vision (#3369)
* update

* update
2024-09-04 12:56:31 -04:00
Blanca Li cb0bf2d053
remove env var for pf run mode (#3359) 2024-08-30 15:06:26 +05:30
Han Wang f2efd5a40d
fix dependency (#3352) 2024-08-19 15:27:36 +08:00
jeff-shepherd 07a31fcc01
Upgrade pytorch 1.13 to 2.2 (#3350) 2024-08-15 15:50:44 -07:00
kdestin ce99aa8908
fix(ci): Add workaround to circumvent azure-cli's lack of support for ID token refresh (#3328)
* fix: Eagerly request token scopes

* chore: Regenerate workflows to pick up token caching change
2024-08-12 14:48:51 -04:00
Satwik Kumar 4ab5cb2e50
updated minimal image version for the cli examples (#3338) 2024-08-08 12:21:24 -07:00
Satwik Kumar c2359b89ff
updated touchserve start command (#3342) 2024-08-08 12:17:20 -07:00
Rupal jain a0e49f8e4e
Vision Datasets location Update (#3289)
* adding continue_on_step_failure False and force_rerun True for vision pipelines

* adding continue_on_step_failure False and force_rerun True for vision pipelines

* adding continue_on_step_failure False and force_rerun True for vision pipelines

* update datasets location

* Replace remaining references to multiclass classification data.

* Replace remaining references to multilabel classification data.

* Replace remaining references to object detection data.

* Replace remaining references to instance segmentation data.

* Patch .zip url.

* Install numpy version compatible with scikit-image==0.19.3.

* Use different names for data sources to prevent job failures due to same name being used at the same time.

---------

Co-authored-by: Radu-Mihai Dondera <rdondera@microsoft.com>
2024-07-31 21:11:38 +05:30
Zeliang Tian 2e86135da8
Zetia/fix K8s onlinedeployment vulnerability issue (#3312)
* upgrade azureml-defaults to fix pyarrow vulnerability

* upgrade azureml-defaults to fix pyarrow vulnerability

* upgrade base image

---------

Co-authored-by: Ubuntu <zetia@DevBox-zetia.1jltvvkrfgyuhl3llhmbyldkog.bx.internal.cloudapp.net>
2024-07-29 09:33:53 +08:00
jeff-shepherd c939dec7f2
Upgrade to sklearn-1.5 from sklearn-1.1 (#3301) 2024-07-19 13:53:57 -07:00
jeff-shepherd 0fe5cf5b3d
Updated to sklearn-1.5 (#3297)
* Updated to sklearn-1.5
* Removed deprecated 'normalize' parameter
2024-07-19 10:27:34 -07:00
jeff-shepherd ae0a7517e9
Updated curated environment to sklearn-1.5 (#3292)
* Updated curated environment to sklearn-1.5
2024-07-18 11:24:01 -07:00
tongy-msft 68f69766ab
Update image version to latest in RAI notebooks (#3279)
* Update responsibleaidashboard-diabetes-decision-making.ipynb

* Update responsibleaidashboard-diabetes-regression-model-debugging.ipynb

* Update responsibleaidashboard-ed-student-attrition-clf.ipynb

* Update responsibleaidashboard-finance-loan-classification.ipynb

* Update responsibleaidashboard-healthcare-covid-classification.ipynb

* Update responsibleaidashboard-housing-classification-model-debugging.ipynb

* Update responsibleaidashboard-housing-decision-making.ipynb

* Update responsibleaidashboard-programmer-regression-model-debugging.ipynb

* Update responsibleaidashboard-multilabel-text-classification-covid-events.ipynb

* Update responsibleaidashboard-text-classification-DBPedia.ipynb

* Update responsibleaidashboard-text-classification-blbooksgenre.ipynb

* Update responsibleaidashboard-text-question-answering-squad.ipynb

* Update responsibleaidashboard-text-classification-financial-news.ipynb

* Update responsibleaidashboard-automl-image-classification-fridge.ipynb

* Update responsibleaidashboard-automl-object-detection-fridge-private-data.ipynb

* Update responsibleaidashboard-image-classification-fridge.ipynb

* Update responsibleaidashboard-image-flower-classification.ipynb

* Update responsibleaidashboard-image-multilabel-classification-fridge.ipynb

* Update responsibleaidashboard-object-detection-MSCOCO.ipynb

* Update cli-responsibleaidashboard-housing-classification.yml

* Update train_housing.yml

* Update cli-responsibleaidashboard-programmer-regression.yml

* Update train_programmers.yml
2024-07-11 16:16:38 -07:00
Zhengfei Wang 56b4ad073d
[bugfix] Upgrade curated environment tf from 2.11 to 2.16 (#3268)
* use tf-2.16

* fix: use shape.as_list() as GPT suggestions
2024-07-08 15:13:02 +08:00
Xingzhi Zhang d4c90eead3
fix: parallel related samples failed in inference (#3261) 2024-07-01 18:44:52 +08:00
Nivedita Mishra 332153bf7c
Renamed the filenames to a shorter form. (#3255)
* Renamed the filenames to a shorter form.

* Renamed the filenames to a shorter form.
2024-06-21 20:05:13 +05:30
kdestin 9be775a2f5
chore: Use OIDC to authenticate to Azure in Github Actions (#3253)
* chore: Use federated credential in readme.py

* chore: Update cli workflows to use federated credentials

* chore: Update tutorial workflows to use federated credentials

* chore: Update sdk workflows to use federated credentials

* chore: Normalize line-ending for sdk-foundation-models-azure_openai-oai-v1-openai_completions_finetune.yml

* chore: Use federated credentials in sdk-foundation-models-azure_openai-oai-v1-openai_completions_finetune.yml

* chore: Update remaining workflows to use federated credentials
2024-06-19 16:55:28 -04:00
Gaurav Rajguru 51297a7d56
Extra params support for stable diffusion model (#3017)
* Notebooks update for extra parameters and inpainting task

* online inpainting sdk

* safe inpainting online

* merge with main

* deleting file from wrong location

* code formatting

* update mlflow version

* repait scoring script

* dev

* conda update

* remove code

* reformat

* reformat

* format

---------

Co-authored-by: Rupal Jain <rupaljain@microsoft.com>
Co-authored-by: grajguru <grajguru@microsoft.com>
2024-06-19 09:53:20 +05:30
Rachel Yong 5e82d100e1
Update deploy-moe-keyvault.sh (#3227) 2024-06-12 10:38:33 +08:00
MadhuM02 fb8b92c341
fix long name (#3224) 2024-06-11 14:53:54 +05:30
Cloga Chen 6027ae5b6e
Add additional includes example (#2341)
* update

* use sdk readme in master

* revert to master

* reformat
2024-06-05 10:34:27 +08:00
SeokJin Han 3cfb5501c0
provision managed network for workspace before creating deployment (#3203) 2024-05-30 23:10:46 -07:00
Xingzhi Zhang 75568dca0e
fix: try not to specify the version (#3214) 2024-05-28 08:44:21 -04:00
Rupal jain 18e902fd28
[Vision & Multimodal] Introducing Dreambooth Finetuning Examples (#3167)
* Dreambooth text to image finetuning notebook examples (#3148)

* db finetuning notebook examples

* notebbok draft

* notebbok draft

* notebbok draft

* sanity

* rename example file; updates

* SD DB FT Update

---------

Co-authored-by: grajguru <grajguru@microsoft.com>
Co-authored-by: Rupal Jain <rupaljain@microsoft.com>

* rename diffusers_text_to_image_dreambooth_finetuning_pipeline to diffusers_text_to_image_dreambooth_pipeline (#3153)

* CLI and notebook examples for text to image diffusion models (#3154)

* CLI and notebook example for dreambooth finetuning

* notebook update pipeline

* notebook

---------

Co-authored-by: gaurav <rajguru@microsoft.com>
Co-authored-by: grajguru <grajguru@microsoft.com>

* updates

* update name

* black format

---------

Co-authored-by: Gaurav Rajguru <rajgurugaurav77@gmail.com>
Co-authored-by: grajguru <grajguru@microsoft.com>
Co-authored-by: gaurav <rajguru@microsoft.com>
2024-05-24 15:52:48 +05:30
shubhamiit e1564539f1
SDK, CLI examples for phi-3-mini (#3195)
* Add sdk example for phi-3-min-v

* Added CLI as well

* Update SKU and model name

* Update deploy.yml

* Update sample_chat_completions_score.json

* Update sample_chat_completions_score.json

* Update online-endpoint-chat-completions-inference.ipynb

* updates to examples

* updates to examples

* updates to examples

* reviews

* apply black formatting on the notebook

* clean up imports

* add sdk sample for aoai style inference

---------

Co-authored-by: Rupal jain <rupaljain@microsoft.com>
Co-authored-by: svaruag <gasi@microsoft.com>
2024-05-21 20:11:19 +05:30
Rupal jain 38bcd7181f
[Vision & Multimodal] Example Updates (#3179)
* adding continue_on_step_failure False and force_rerun True for vision pipelines

* adding continue_on_step_failure False and force_rerun True for vision pipelines

* adding continue_on_step_failure False and force_rerun True for vision pipelines

* Model version updates

* Model version updates
2024-05-21 08:55:52 +05:30
SeokJin Han 9fb5486047
add section for disabling profile (#3182)
* add section for disabling profile

* fix typo
2024-05-14 09:55:50 -07:00
hakotesova 03f91685e4
Update image for failing CLI samples (#3178) 2024-05-10 11:03:34 -07:00
Gerard@msft 2ac3a19d4f
Fixing cli-jobs SDK/CLI Samples are FailingFix more environments - 2 (#3174)
Co-authored-by: Gerard <GerardJWoods@live.com>
2024-05-08 11:19:27 -07:00
Gerard@msft 6b00e79603
Fixing cli-jobs SDK/CLI Samples are FailingFix more environments (#3169)
* Fix more environments

* Fix this issue

---------

Co-authored-by: Gerard <GerardJWoods@live.com>
2024-05-07 16:57:08 -07:00
jeff-shepherd 00f79f6da0
Upgrade pytorch curated environment (#3168)
* Upgrade pytorch in samples because the PyTorch 2.0 and 2.1 curated environments are being retired
2024-05-07 11:46:44 -07:00
James Chao 4065472ba7
update image versions for rai cli notebooks (#3163) 2024-05-06 17:29:58 -04:00
Zhengfei Wang f5b4e34a95
[pipeline] Update pipeline samples to use environment with Python 3.8 (#3161)
* fix: use CE with py38 for 1J sample

* fix: use py38 in conda envs

* revert densenet

* revert missing
2024-05-06 13:08:04 -04:00
SeokJin Han eeee281e71
Create README.md for managed folder of online endpoint (#2642) 2024-05-03 18:22:20 -07:00
jeff-shepherd 35455af3c8
Updated mlflow and scikit-learn (#3130)
* Updated mlflow and scikit-learn

* Changed to use latest sklearn 1.0 curated environment

* Update Pytorch environment
2024-04-29 18:20:54 -07:00
chenyang 37619a7a7a
upgrade the curated images of designer jobs (#3147)
* upgrade the curated images of designer jobs

* upgrade the curated images of designer jobs

* upgrade the curated images of designer jobs

* upgrade the curated images of designer jobs

* update code
2024-04-29 20:58:17 +08:00
SeokJin Han d5babb0e73
update curated env to sklearn to fix dependency issue (#3141)
* update curated env to sklearn to fix dependency issue

* Update green-deployment-with-curated-env.yml
2024-04-27 17:51:56 -07:00
sarthaks95 d507998318
Model Evaluation sample notebooks - Chat Completion notebook and yaml (#3136)
* Model Evaluation sample notebooks - Chat Completion notebook and yaml

* Fixing gates

---------

Co-authored-by: Sarthak Singhal <sarsinghal@microsoft.com>
2024-04-25 18:51:20 +05:30
Diondra 453e3292cd
[chore] Update sklearn envs to ditch deprecated environments (#3124)
* Remove failing finetuning samples

* Remove workflows

* Replace all AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latesst

* Replace all azureml-sklearn-1.0:23

* Replace AzureML-sklearn-0.24-ubuntu18.04-py37-cpu@latest

* Replace environment in typescript exampele
2024-04-22 14:04:18 -07:00
arun-rajora ec69a29f38
Add notebooks. (#3129)
* Add notebooks.

* Add CLI examples.

* Add notebooks.

* Format document.

* Format notebook.
2024-04-18 12:04:37 -07:00
jeff-shepherd f32090f902
Upgrade scikit-learn (#3126)
* Upgrade scikit-learn and dask
2024-04-18 08:24:57 -07:00
Diondra 84d96f4ecd
Remove failing finetuning samples (#3117)
* Remove failing finetuning samples

* Remove workflows
2024-04-15 11:55:44 -07:00
MadhuM02 ba741a00ee
[Image FT]Handle oss i/o format changes (#3121)
* handle oss io format changes

* cli remove commented part

* remove kernelspec

* fix kernel

* black
2024-04-15 15:02:04 +05:30
Xingzhi Zhang 0255a41f0a
Update cli-assets-component-train (#3110) 2024-04-12 10:11:36 -07:00
brahma1995 28db3d9fd5
Change Base64 formats and added INT explicitly to get latest model versions (#3092)
* Change Base64 formats

* Modify request_json

* Update image-classification-batch-endpoint.sh

* request json format changed

* request format changed for CLI

* ADD INT explicitly to get latest version of model

* Black format checked

---------

Co-authored-by: brahmananda rath <v-brarath@microsoft.com>
2024-04-12 16:54:50 +05:30