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

Commits on Sep 27, 2024

  1. V2.3.8 (#1297)

    - added `--skip` and `--url` flags to `cm init`
    - added support to pull CM repos using --url with "git@"
    gfursin authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    07e3ac5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from mlcommons/master

    sync
    gfursin authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fbd02bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    280d40e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. clean up

    gfursin committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    3c82608 View commit details
    Browse the repository at this point in the history
  2. clean up

    gfursin committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6cda450 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    ac817b5 View commit details
    Browse the repository at this point in the history
  2. V2.3.9:

    - 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`
    gfursin committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    753254a View commit details
    Browse the repository at this point in the history
  3. clean up docs

    gfursin committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    19c35ff View commit details
    Browse the repository at this point in the history
  4. clean up docs

    gfursin committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    2b7fe5d View commit details
    Browse the repository at this point in the history
  5. V2.3.9: improved "cm init" and added support to set CLI flags to False (

    #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`
    ctuning-admin authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    4ffeb19 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. added install_python_requirements to the CM repo description (cmr.y…

    …aml)
    
    to install requirements to a current python with CM installation if needed
    gfursin committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0c026ba View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Merge pull request #6 from mlcommons/master

    V2.3.9: improved "cm init" and added support to set CLI flags to Fals…
    gfursin authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a0d6fac View commit details
    Browse the repository at this point in the history
  2. Added install_python_requirements to the CM repo description (#1300)

    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 ...
    gfursin authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    090f0cb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. v2.4.0

    gfursin committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    81fc7b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from mlcommons/master

    Added install_python_requirements to the CM repo description (#1300)
    gfursin authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a85259f View commit details
    Browse the repository at this point in the history
  3. v2.4.0: added support to install requirements.txt from pulled CM repo…

    …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 authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    02a1075 View commit details
    Browse the repository at this point in the history