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

428 Коммитов

Автор SHA1 Сообщение Дата
Fred Li 13fb4f29ab
Temporarily disable featurestore sample test (#3259) 2024-06-26 11:07:53 -07: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
siyuZL b34a0c67e3
change endpoint suffix number of a job (#3238) 2024-06-13 14:16:24 +08:00
MadhuM02 fb8b92c341
fix long name (#3224) 2024-06-11 14:53:54 +05:30
Larry Franks 54902a8b36
updating doc codeowners for week of June 10, 2024 (#3228)
* updating doc codeowners for week of June 10, 2024

* updating doc codeowners for week of June 10, 2024
2024-06-10 13:00:01 -04:00
Samantha Salgado c8bc451f53
Update CODEOWNERS (#3220) 2024-05-31 15:20:20 -05:00
azul ccc9f8dba6
feat: add tigemen docs (#3196)
* feat: add timegen nbs

* feat: add codeowner

* feat: add prerequisites to all tutorials

* feat: ci errors

* fix: rm outputs

---------

Co-authored-by: Kriti <53083330+fkriti@users.noreply.github.com>
2024-05-20 14:21:14 -07:00
Sheri Gilley dd4238ee3c
Update CODEOWNERS (#3200)
manual update to fix long name
2024-05-16 12:58:22 -05:00
Samantha Salgado da728ed2f2
Update CODEOWNERS (#3191)
* Update CODEOWNERS

* Update CODEOWNERS
2024-05-15 16:47:19 -05:00
stewart-co 640601ecb7
Add Cohere Notebook Samples (#3125) 2024-04-23 06:52:57 -07:00
Diondra 84d96f4ecd
Remove failing finetuning samples (#3117)
* Remove failing finetuning samples

* Remove workflows
2024-04-15 11:55:44 -07:00
Mope Akande e6dc66ff73
Update CODEOWNERS (#3118) 2024-04-12 11:57:21 -07:00
Sheri Gilley 4eec636f4d
update codeowners (#3079) 2024-03-28 09:57:39 -05:00
fbsolo-ms1 225b7b0cca
Update CODEOWNERS (#3037)
Update CODEOWNERS document list file.
2024-03-05 08:58:02 -06:00
Josh Harrington c9ee7f3b32
Add workspace managed network sample notebook (#2990)
* Add files via upload

* add code owners for workspace mvnet notebook

* run black

* pr comments

* updates requested by yisheng

* run black

* pr comment 1

Co-authored-by: Kevin Wu <38233168+kwucode@users.noreply.github.com>

* pr comment 2

Co-authored-by: Kevin Wu <38233168+kwucode@users.noreply.github.com>

---------

Co-authored-by: Kevin Wu <38233168+kwucode@users.noreply.github.com>
2024-02-16 12:46:29 -08:00
Alexander Hughes 7346ebe535
Update CODEOWNERS with monitoring contacts (#2971)
* Update CODEOWNERS with monitoring contacts

* Update CODEOWNERS
2024-01-31 12:41:48 -08:00
Diondra cec9cbb5ee
Add readme check (#2955)
* Add script to check README.md and README template

* Refactor check-readme.sh and add messages

* Add step to cli-assets-component-pipeline workflow to test

* Update workflow

* Update workflow

* Fix syntax error

* Update action

* Fix typo

* Add exclusion logic

* Try adding readme validation to readme.py

* Update workflows with readme.py

* Update workflows with readme.py

* Update workflows with readme.py

* Update workflows with readme.py

* Fix github workspace variable

* Fix github workspace variables for exclusion check

* Fix exclusion logic

* Update readme exclusions

* Revert accidental change

* Update readme_exclusions.txt

* Revert accidental change to working directory

* Update check-readme.sh

* Update exclusion logic and file name

* Add debug message

* Update exclusion logic and file name

* FIx working directory file names

* Update exclusion logic and file name

* Add debugging statements

* Remove debugging statements

* Update readme.py and regenerate cli workflows

* Update working-directory

* Update readme to add validate readme to sdk workflows

* Move templates folder inside infra

* Add validate readme check to tutorials and sdk/python files

* Fix readme.py and revert unintended changes

* Revert unnecessary changes and update readme_validation_exclusions.txt

* Update exclusions list

* Update template

* Update readme_validation_exclusions.txt

* Update exclusions

* Replace check-readme.sh with check-readme.py

* Update readme template

* Update check-readme.py with Kevin's suggestions

* Remove 2nd CLI argument

* Add debugging messages

* Add debugging messages

* Add debugging messages

* Update debugging messages

* Update debugging messages

* Strip whitespace

* Convert sample path to string

* Fix exclusions

* Remove debugging messages

* re-format with black

* Manually update one sample with logging logic to test

* Regenerate resolved notebooks

* Remove appinsights logging step

* Exclude /home/runner/work/azureml-examples/azureml-examples/cli/jobs/automl-standalone-jobs/cli-automl-forecasting-task-github-dau

* Revert changes to notebooks

* Add whitespace back
2024-01-30 11:45:35 -08:00
Fred Li dd15e3f7d6
Add featureset spec for test (#2960)
* Add featureset spec for test

* Update overwrite true

* Update change checking path

* Merge master
2024-01-24 11:04:53 -08:00
Fred Li 410dcd8b3f
Add automation test for featurestore managed network scenario (#2916)
* Update the number of outbound rules expected

* Add automation test for vnet scenario

* Update name suffix

* Update name suffix

* Add keyvault outbound rule

* Add comment

* Update assertion
2024-01-18 11:37:46 -08:00
Diondra 1e212cda6a
Revert "Add readme validation step" (#2951) 2024-01-12 15:13:46 -08:00
Diondra a8431e1b9c
Add readme validation step (#2748)
* Add script to check README.md and README template

* Refactor check-readme.sh and add messages

* Add step to cli-assets-component-pipeline workflow to test

* Update workflow

* Update workflow

* Fix syntax error

* Update action

* Fix typo

* Add exclusion logic

* Try adding readme validation to readme.py

* Update workflows with readme.py

* Update workflows with readme.py

* Update workflows with readme.py

* Update workflows with readme.py

* Fix github workspace variable

* Fix github workspace variables for exclusion check

* Fix exclusion logic

* Update readme exclusions

* Revert accidental change

* Update readme_exclusions.txt

* Revert accidental change to working directory

* Update check-readme.sh

* Update exclusion logic and file name

* Add debug message

* Update exclusion logic and file name

* FIx working directory file names

* Update exclusion logic and file name

* Add debugging statements

* Remove debugging statements

* Update readme.py and regenerate cli workflows

* Update working-directory

* Update readme to add validate readme to sdk workflows

* Move templates folder inside infra

* Add validate readme check to tutorials and sdk/python files

* Fix readme.py and revert unintended changes

* Revert unnecessary changes and update readme_validation_exclusions.txt

* Update exclusions list

* Update template

* Update readme_validation_exclusions.txt

* Update exclusions

* Replace check-readme.sh with check-readme.py

* Update readme template

* Update check-readme.py with Kevin's suggestions

* Remove 2nd CLI argument

* Add debugging messages

* Add debugging messages

* Add debugging messages

* Update debugging messages

* Update debugging messages

* Strip whitespace

* Convert sample path to string

* Fix exclusions

* Remove debugging messages

* re-format with black

* Manually update one sample with logging logic to test

* Regenerate resolved notebooks

* Remove appinsights logging step

* Exclude /home/runner/work/azureml-examples/azureml-examples/cli/jobs/automl-standalone-jobs/cli-automl-forecasting-task-github-dau
2024-01-12 15:36:15 -05:00
Eric Wright 3839d4b2d7
Add notebook and pipelines for Claude and OpenAI LLM evaluations (#2942)
* add notebooks and all configs

* add lines to codeowners file
2024-01-10 15:58:07 -08:00
Sheri Gilley 17b866c562
Update CODEOWNERS (#2944) 2024-01-10 13:11:23 -06:00
jeff-shepherd 3550188212
Updated remaining notebook validation to Python 3.10 (#2938) 2024-01-05 15:19:12 -08:00
jeff-shepherd 6947079b84
Added 2 hour delay before cleanup (#2937)
* Added 2 hour delay before cleanup to prevent resource from being deleted when they are still in use

* Removed duplicate cleanup script
2024-01-04 17:50:29 -08:00
jeff-shepherd 97949c6bc4
Updated actions to Python 3.10 - part 5 (#2935) 2024-01-04 16:47:56 -08:00
jeff-shepherd 835d0bfc76
Updated pipeline sample validation to Python 3.10 (#2934) 2024-01-03 21:49:05 -08:00
jeff-shepherd 5f86614716
Update remaining automl notebooks to Python 3.10 (#2933) 2024-01-03 15:09:20 -08:00
jeff-shepherd 22ad22c4fe
Upgraded actions to Python 3.10 - second batch (#2919) 2023-12-18 16:03:44 -08:00
jeff-shepherd 7915b1f46b
Update GitHub actions to Python 3.10 - first batch (#2913)
* Update GitHub actions to Python 3.10 - first batch
2023-12-15 16:49:00 -08:00
Sheri Gilley 692e5c9dd3
Update CODEOWNERS (#2914)
remove errors in line 3
2023-12-13 12:10:49 -06:00
rkamat25 57a8d1d0b6
Added RAI Vision Flower Classification Scenario (#2853)
* Added RAI Vision Flower Classification Scenario

* Update Code for overwriting same version od data if exists

* Code Updated

* updated rai flower classification notebook for data asset version, included libraries
2023-12-04 14:20:45 -05:00
Nilesh Vijayrania d460a13f8f
update examples for mmd-3x release (#2858)
* update examples for mmd-3x release

* update yolo version in registry

* corrected more names

* updated workflow for mmd-3x

* updated hf model versions

* Update model names and notes to correspond to mmd 3.x models

* Update sdk/python/jobs/automl-standalone-jobs/automl-image-instance-segmentation-task-fridge-items/automl-image-instance-segmentation-task-fridge-items.ipynb

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

* Update sdk/python/jobs/automl-standalone-jobs/automl-image-instance-segmentation-task-fridge-items/automl-image-instance-segmentation-task-fridge-items.ipynb

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

* Update sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items/automl-image-object-detection-task-fridge-items.ipynb

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

* Update sdk/python/jobs/automl-standalone-jobs/automl-image-object-detection-task-fridge-items/automl-image-object-detection-task-fridge-items.ipynb

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

* Fix PR comments

---------

Co-authored-by: Phani Shekhar M <phmantri@microsoft.com>
Co-authored-by: PhaniShekhar <30535191+PhaniShekhar@users.noreply.github.com>
Co-authored-by: Rupal jain <rupaljain@microsoft.com>
2023-12-04 22:28:23 +05:30
Aswin Nagarajan 47830b334b
added location (#2878) 2023-12-03 23:27:15 -08:00
Sheri Gilley 8d08db1338
update list (#2869) 2023-11-28 14:13:43 -06:00
Aswin Nagarajan e0032242d5
Enable create new ws for OAI v2 and changed chat dataset format (#2854)
* enable create new ws for oai

* set env var

* export env var

* setting location

* setting location

* removed acr access

* removed all unnecessary verifications

* changed dataset format
2023-11-27 01:42:40 -08:00
nick863 cfb51c4a5b
Add new warning to the ignore list (#2856) 2023-11-22 16:11:50 -08:00
rkamat25 e046026e33
Added RAI Tabular Education Scenario Updated the Config ini (#2839)
* Added RAI Tabular Education Scenario Updated the Config ini

* Update the Compute in rai education scenario notebook

* Updated AZ Login Code for rai fianance notebook

* Incresed the Timeout in rai education scenario notebook

* Update code for workspace login for RAI education notebook

* Increased the timeout for RAI Generation
2023-11-21 17:29:47 -05:00
Fred Li 46801277a4
Update featurestore tests (#2783)
* Update featurestore tests

* Use online yml

* Update to use latest sdk

* Update path to 5th notebook

* remove pip

* Fix typo in resolving conflicts

* Address comments
2023-11-16 12:14:23 -08:00
rkamat25 cf92b404bb
RAI Healtcare Covid Scenario Added (#2832) 2023-11-15 12:26:10 -05:00
rkamat25 c5a623d0a1
RAI Finance Scenario Added (#2816)
* RAI Finance Scenario Added

* Reduced the Image Size and Update Compute

* Update the timeout and merged config.ini
2023-11-10 17:16:13 -05:00
rkamat25 461da2c035
Added RAI Text Classification Scenario, Workflow and config ini updated (#2780) 2023-11-09 15:00:10 -05:00
Sheri Gilley 9b749bd5c2
Update CODEOWNERS (#2817)
newest version 
also now sorted to make it easier to compare in future
2023-11-09 11:10:33 -06:00
Sheri Gilley 6c229770aa
Update CODEOWNERS (#2789)
* Update CODEOWNERS

Adding in all the files we pull code snippets from in our docs

* Update CODEOWNERS

fix lines that had brackets

* Update CODEOWNERS

switch to GH aliases

* Update CODEOWNERS

remove scott for now

* Update CODEOWNERS

add ' around files with spaces

* Update CODEOWNERS

try filling in the spaces

* Update CODEOWNERS

try escaping the spaces

* Update CODEOWNERS

final list, spaces escaped

* Update CODEOWNERS

add comment blocks to make it easy to update later

* Update CODEOWNERS

latest run, added in a few more files
2023-11-02 19:07:47 -04:00
Sheri Gilley 9986536e9f
Update CODEOWNERS (#2777) 2023-10-31 13:59:29 -05:00
Sheri Gilley 152b7ecee6
Update CODEOWNERS (#2776)
add myself as codeowner for tutorials directory
2023-10-31 13:21:36 -05:00
Fred Li ebe993c3ae
Restructure feature store automation test files (#2759)
* Restructure automation test files

* update cli notebooks

* update relative path

* Update path

* Update notebook path

* Update path and add clean up script

* update name

* Update path

* Reformat

* comment out data status and jobids
2023-10-26 14:26:26 -07:00
Diondra cfed2666d7
Update CONTRIBUTING.md and add sdk/CONTRIBUTING.md (#2693)
* Update CONTRIBUTING.md

* Add CODEOWNERS check to pull request template

* Update CONTRIBUTING.md Goals section

* Update CONTRIBUTING.md Goals section

* Fix typos

* Update CONTRIBUTING.md Non-goals section

* Update wording for Non-goals

* Update CONTRIBUTING.md additional resources

* Update main contributing guide

* Add SDK contributing guide

* Update pull request template

* Update pull request template

* Remove pull request merge/approval section

* Add notice about code samples update timing

* Add link to template
2023-10-26 13:07:53 -04:00
Xingzhi Zhang 5bb29978fd
sample: flow in pipeline (#2620)
* doc: flow in pipeline for cli

* doc: flow in pipeline sdk experience

* doc: remind to grant permission to compute cluster

* Update README.md

* Update README.md

* Update flow_in_pipeline.ipynb

* update readme for cli sample

* move bs4 inside tool function to reduce dependency for compile

* doc: add information for office usage

* doc: update component spec glob

* feat: add requirements

* azure-ai-ml is released

* fix: smoke

* fix: resolve comments

* ci: add ci for flow in pipeline

* doc: update readme

* fix: smoke

* create connection with wrong settings

* fix: smoke

* fix: highlight schema requirement

* feat: use a sample without connection

* fix: include flow.tools.json

* fix: update text

* fix: remove connection creation

* fix: update input setting

* fix: remove connection reference in python tool

* fix: flow run setting

* fix: further clean connection reference

* feat: use the same pipeline in cli and sdk

* fix: black

* fix: make 2 example align
2023-10-19 16:40:33 +08:00