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

clean up #1302

Merged
merged 16 commits into from
Oct 5, 2024
Merged

clean up #1302

merged 16 commits into from
Oct 5, 2024

Conversation

gfursin
Copy link
Contributor

@gfursin gfursin commented Oct 5, 2024

No description provided.

gfursin and others added 16 commits September 27, 2024 11:14
- added `--skip` and `--url` flags to `cm init`
- added support to pull CM repos using --url with "git@"
- added `--min` == `--skip` to `cm init` for readability
- added `--checkout` to `cm init` to handle checkout
- added support to set CLI parameter to False if it ends with `-`,
     i.e. `--no-cache-` -> `i['no_cache'] = False`
     `--no-cache` -> `i['no_cache'] = True`
#1298)

- added `--min` == `--skip` to `cm init` for readability
- added `--checkout` to `cm init` to handle checkout
- added support to set CLI parameter to False if it ends with `-`, 
     i.e. `--no-cache-` -> `i['no_cache'] = False`
     `--no-cache` -> `i['no_cache'] = True`
…aml)

to install requirements to a current python with CM installation if needed
V2.3.9: improved "cm init" and added support to set CLI flags to Fals…
We got requests to install extra PIP packages when pulling CM
repositories. This flag will force to install extra dependencies from
requirements.txt file when pulling such CM repositories ...
Added install_python_requirements to the CM repo description (#1300)
…sitories (#1301)

Hi @arjunsuresh and @anandhu-eng,

This release has a nice feature to install `requirements.txt` from
pulled CM repositories if `_cm.yaml` has `install_python_requirements:
true`

It should be backwards compatible and was based on several requests I
received in the past few months.

Feel free to use it if needed ...

Thank you and have a good weekend!
@gfursin gfursin requested a review from a team as a code owner October 5, 2024 12:53
Copy link

github-actions bot commented Oct 5, 2024

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@gfursin gfursin merged commit d15ac70 into dev Oct 5, 2024
1 of 26 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants