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

[MRG] move config file into .mle #186

Merged
merged 3 commits into from
Sep 8, 2024

Conversation

leeeizhang
Copy link
Collaborator

closes: #158

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Sep 7, 2024
config_dir = os.path.join(current_work_dir, '.mle')
config_path = os.path.join(config_dir, 'project.yml')

# move the old config file to the new path for compatibility (delete in future)
Copy link
Collaborator Author

@leeeizhang leeeizhang Sep 7, 2024

Choose a reason for hiding this comment

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

to keep the compatibility on the previous project, the old config file will be moved into new paths

@leeeizhang leeeizhang changed the title [WIP] move config file into .mle [MRG] move config file into .mle Sep 7, 2024
@leeeizhang leeeizhang self-assigned this Sep 7, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 7, 2024
@huangyz0918
Copy link
Contributor

Looks good!

@leeeizhang leeeizhang merged commit b5bfe84 into MLSysOps:main Sep 8, 2024
3 checks passed
@HuaizhengZhang
Copy link
Contributor

tested and no issues detected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor the project.yml into .mle
3 participants