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

Sagemaker add pipeline tags #3080

Merged
merged 15 commits into from
Oct 18, 2024
Merged

Sagemaker add pipeline tags #3080

merged 15 commits into from
Oct 18, 2024

Conversation

htahir1
Copy link
Contributor

@htahir1 htahir1 commented Oct 14, 2024

Describe changes

I added tags to sagemaker pipelines

Pre-requisites

Please ensure you have done the following:

  • I have read the CONTRIBUTING.md document.
  • If my change requires a change to docs, I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • I have based my new branch on develop and the open PR is targeting develop. If your branch wasn't based on develop read Contribution guide on rebasing branch to develop.
  • If my changes require changes to the dashboard, these changes are communicated/requested.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Other (add details above)

@htahir1 htahir1 requested review from schustmi and bcdurak October 14, 2024 10:57
@github-actions github-actions bot added internal To filter out internal PRs and issues bug Something isn't working labels Oct 14, 2024
@htahir1
Copy link
Contributor Author

htahir1 commented Oct 14, 2024

@bcdurak i have not tested this, so if u can test it id be grateful

Copy link
Contributor

LLM Finetuning template updates in examples/llm_finetuning have been pushed.

Copy link
Contributor

E2E template updates in examples/e2e have been pushed.

@htahir1 htahir1 requested a review from schustmi October 14, 2024 11:18
Copy link
Contributor

Classification template updates in examples/mlops_starter have been pushed.

@@ -332,6 +332,7 @@ def prepare_or_run_pipeline(
else None
),
)
pipeline_tags = step_settings.pipeline_tags
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah another thing: This is taking the pipeline tags from the settings specified for a specific step? I'm guessing this is in a for-loop and will just use the settings of the latest step.

Instead, I think we should use the tags defined on the pipeline settings (self.get_settings(deployment))

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pfft right again. Im rusty AF. Sorry

@htahir1 htahir1 requested a review from schustmi October 14, 2024 11:29
Copy link
Contributor

@schustmi schustmi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🦭

Copy link
Contributor

@bcdurak bcdurak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Tested this on our AWS stack, everything is working as intended.

@htahir1 htahir1 merged commit c3089d8 into develop Oct 18, 2024
54 of 55 checks passed
@htahir1 htahir1 deleted the bugfix/sagemaker-bug branch October 18, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working internal To filter out internal PRs and issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants