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

Refactor and new adapter components #44

Merged
merged 31 commits into from
Nov 21, 2024

Conversation

SebastianScherer88
Copy link
Owner

@SebastianScherer88 SebastianScherer88 commented Nov 12, 2024

Refactor and new Adapter components

  • Introducing cleaner directory and module structure for library and tests
  • Adding new Adapter components to make running pods outside of ArgoWorkflow context easier. Originally introduced when mistakenly thinking the torch ddp issues where due to the argo emissary context
  • Renaming decorators to as_... to better disambiguate them from their parent modules
  • Refactoring inline script runners and improving unit test coverage for those

@SebastianScherer88 SebastianScherer88 marked this pull request as draft November 12, 2024 18:08
…arameters and artifacts in and out of the argo workflow context
…more complex torch inline script runner to help build code snippets for both adapter and the main ddp component
…uts and mixed it with the new ones leading to a weird pip install that contained both old and new modules, leading to various different import paths and _pipeline_context instances. finally fixed and updated sdk make target to avoid it in the future
…o the underlying function signature atm. added a load method to the IO class to allow populating the value attribute of an InputArtifact in particular. finished up and added working unit tests for both adapter components
@SebastianScherer88 SebastianScherer88 changed the title Re-designing the torch ddp component - fixing current broken implementation Refactor and new adapter components Nov 21, 2024
@SebastianScherer88 SebastianScherer88 marked this pull request as ready for review November 21, 2024 00:04
@SebastianScherer88 SebastianScherer88 merged commit 5a2c08f into master Nov 21, 2024
27 checks passed
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.

1 participant