Skip to content
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

chore: Remove 'Send IcM on Failure' step from tutorial workflows #2670

Merged
merged 3 commits into from
Sep 26, 2023

Conversation

kdestin
Copy link
Member

@kdestin kdestin commented Sep 25, 2023

Description

This Pull Request is a follow up to #1926, and:

  • Removes the local generate-icm action
  • Removes the Send IcM on Failure step in the tutorials- notebooks

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.

@kdestin kdestin merged commit 6781926 into main Sep 26, 2023
14 checks passed
@kdestin kdestin deleted the kdestin/remove-generate-icm-action branch September 26, 2023 03:02
fredms pushed a commit that referenced this pull request Sep 27, 2023
* chore: Remove 'Send IcM on Failure' step that hasn't been in use for a while

* chore: Run tutorials/readme.py

* chore: Remove unused local 'generate-icm' action
fredms pushed a commit that referenced this pull request Sep 27, 2023
* chore: Remove 'Send IcM on Failure' step that hasn't been in use for a while

* chore: Run tutorials/readme.py

* chore: Remove unused local 'generate-icm' action
qjxu pushed a commit that referenced this pull request Sep 27, 2023
* Add automation test for featurestore cli notebooks

* Sample updates for AML Spark managed VNet GA. (#2656)

* Sample updates for AML Spark managed VNet GA.

* Updated notebook title. Triggering build to test.

* Updated workspace name to include timestamp. Triggering build to test.

* Shortened VNet workspace name to meet validation.

* README.md clean-up and fixes for AML Spark samples.

* README.md clean-up and fixes for AML Spark samples.

* chore: Remove 'Send IcM on Failure' step from tutorial workflows (#2670)

* chore: Remove 'Send IcM on Failure' step that hasn't been in use for a while

* chore: Run tutorials/readme.py

* chore: Remove unused local 'generate-icm' action

* update cron schedules to avoid endpoint deletion from automated resource cleanup (#2672)

* change starting hour for workflow

* update cron for text mc mlflow

* use python 3.8.* (#2678)

* use python 3.8.18

* Update cleanup.yml

* update usepython v4

* Update workstation_env.yml (#2680)

* Examples for online inference for LLaVA (#2671)

* Rough version of ITT notebook.

* Working version of the notebook.

* Minor improvements.

* Rough version of the CLI demo.

* Reformat with black.

* Remove mode parameter in call to prepare_data.py.

* Make code cells easier to read.

* Minor readability improvement.

* Format with black.

* Minor fixes and reformatting.

* Reformat with black.

* Update workstation_env.yml (#2681)

delete extraneous space

* update vision FT examples corresponding to recent component update (#2650)

* updating changes with ME component

* updating MMOD as well

* update MMOD cli

* separate section for model evaluation component

* remove ds ort true for classification

* black check

* Remove v1 references (#2675)

* Remove v1 samples from v2 repo

* Remove v1 from table of contents

* Remove v1 test files

* Remove v1 test files

* Remove v1 folder from README

* Remove v1 folder

* Remove v1 tests

* Delete v1 files

* Restore custom-container directory

* Restore custom-container/triton directory

---------

Co-authored-by: Yogi Pandey <20666257+ynpandey@users.noreply.github.com>
Co-authored-by: kdestin <101366538+kdestin@users.noreply.github.com>
Co-authored-by: Rehaan Bhimani <rbhimani@microsoft.com>
Co-authored-by: Ada <61294872+adrosa@users.noreply.github.com>
Co-authored-by: Sheri Gilley <sgilley@microsoft.com>
Co-authored-by: rdondera-microsoft <98922913+rdondera-microsoft@users.noreply.github.com>
Co-authored-by: shubhamiit <41925087+shubhamiit@users.noreply.github.com>
Co-authored-by: Diondra <16376603+diondrapeck@users.noreply.github.com>
fredms added a commit that referenced this pull request Sep 27, 2023
* Enable automation test for all feature store notebooks

* Update feature store uai

* Update uai name

* Add test for 5th notebook

* Convert 5th notebook to py

* Fix the syntax error

* Update random generator

* Update redis name

* Change conda file used for test

* Update to use dynamic version

* Fix the format

* Use the same conda for all notebooks

* Check mounted folder

* Exclude 5th notebook

* Update feature_version to version

* Sample updates for AML Spark managed VNet GA. (#2656)

* Sample updates for AML Spark managed VNet GA.

* Updated notebook title. Triggering build to test.

* Updated workspace name to include timestamp. Triggering build to test.

* Shortened VNet workspace name to meet validation.

* README.md clean-up and fixes for AML Spark samples.

* README.md clean-up and fixes for AML Spark samples.

* chore: Remove 'Send IcM on Failure' step from tutorial workflows (#2670)

* chore: Remove 'Send IcM on Failure' step that hasn't been in use for a while

* chore: Run tutorials/readme.py

* chore: Remove unused local 'generate-icm' action

* update cron schedules to avoid endpoint deletion from automated resource cleanup (#2672)

* change starting hour for workflow

* update cron for text mc mlflow

* use python 3.8.* (#2678)

* use python 3.8.18

* Update cleanup.yml

* update usepython v4

* Update workstation_env.yml (#2680)

* Examples for online inference for LLaVA (#2671)

* Rough version of ITT notebook.

* Working version of the notebook.

* Minor improvements.

* Rough version of the CLI demo.

* Reformat with black.

* Remove mode parameter in call to prepare_data.py.

* Make code cells easier to read.

* Minor readability improvement.

* Format with black.

* Minor fixes and reformatting.

* Reformat with black.

* Update workstation_env.yml (#2681)

delete extraneous space

* update vision FT examples corresponding to recent component update (#2650)

* updating changes with ME component

* updating MMOD as well

* update MMOD cli

* separate section for model evaluation component

* remove ds ort true for classification

* black check

* Remove v1 references (#2675)

* Remove v1 samples from v2 repo

* Remove v1 from table of contents

* Remove v1 test files

* Remove v1 test files

* Remove v1 folder from README

* Remove v1 folder

* Remove v1 tests

* Delete v1 files

* Restore custom-container directory

* Restore custom-container/triton directory

* Update the notebook format

---------

Co-authored-by: Yogi Pandey <20666257+ynpandey@users.noreply.github.com>
Co-authored-by: kdestin <101366538+kdestin@users.noreply.github.com>
Co-authored-by: Rehaan Bhimani <rbhimani@microsoft.com>
Co-authored-by: Ada <61294872+adrosa@users.noreply.github.com>
Co-authored-by: Sheri Gilley <sgilley@microsoft.com>
Co-authored-by: rdondera-microsoft <98922913+rdondera-microsoft@users.noreply.github.com>
Co-authored-by: shubhamiit <41925087+shubhamiit@users.noreply.github.com>
Co-authored-by: Diondra <16376603+diondrapeck@users.noreply.github.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.

None yet

3 participants