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

Master benchmark feature merge master #4661

Commits on Apr 23, 2024

  1. fix: mainline alt config parsing (aws#4602)

    * fix: parsing
    
    * fix: commit tests
    
    * fix: types
    
    * updated
    
    * fix
    Captainia committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c4ac480 View commit details
    Browse the repository at this point in the history
  2. Add Triton v24.03 URI (aws#4605)

    Co-authored-by: Nikhil Kulkarni <nikhilsk@amazon.com>
    nikhil-sk and Nikhil Kulkarni committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    30c9bf6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. feature: support session tag chaining for training job (aws#4596)

    * feature: support session tag chaining for training job
    
    * fix: resolve typo
    
    * fix: resolve typo and build failure
    
    * fix: resolve typo and unit test failure
    
    ---------
    
    Co-authored-by: Jessica Zhu <jessicazhu3@106775307+jessicazhu3@users.noreply.github.com>
    jessicazhu3 and Jessica Zhu committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    fe32d79 View commit details
    Browse the repository at this point in the history
  2. prepare release v2.217.0

    ci committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8984d92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed390dd View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    2a52478 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. feature: set default allow_pickle param to False (aws#4557)

    * breaking: set default allow_pickle param to False
    
    * breaking: fix unit tests and linting
    
    NumpyDeserializer will not allow deserialization
    unless allow_pickle flag is set to True explicitly
    
    * fix: black-check
    
    ---------
    
    Co-authored-by: Ashwin Krishna <ashwikri@amazon.com>
    akrishna1995 and Ashwin Krishna committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    72e0c97 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Fix:invalid component error with new metadata (aws#4634)

    * fix: invalid component name
    
    * tests
    
    * format
    
    * fix vulnerable model integ tests llama 2
    
    * updated
    
    * fix: training dataset location
    Captainia committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b17d332 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. prepare release v2.218.0

    ci committed May 1, 2024
    Configuration menu
    Copy the full SHA
    15094ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c49f5d View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. chore: update skipped flaky tests (aws#4644)

    * Update skipped flaky tests
    
    * flake8
    
    * format
    
    * format
    Captainia committed May 2, 2024
    Configuration menu
    Copy the full SHA
    45e3192 View commit details
    Browse the repository at this point in the history
  2. chore: release tgi 2.0.1 (aws#4642)

    * chore: release tgi 2.0.1
    
    * minor fix
    
    ---------
    
    Co-authored-by: Zhaoqi <52220743+zhaoqizqwang@users.noreply.github.com>
    haixiw and zhaoqizqwang committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c751dbd View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    0f7e678 View commit details
    Browse the repository at this point in the history
  2. prepare release v2.218.1

    ci committed May 3, 2024
    Configuration menu
    Copy the full SHA
    fa1a8bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0075fb3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    49e09c3 View commit details
    Browse the repository at this point in the history
  2. Merge Master.

    Captainia authored and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ab4d1c5 View commit details
    Browse the repository at this point in the history
  3. Add ReadOnly APIs (aws#4606)

    * Add ReadOnly APIs
    
    * Resolving PR review comments
    
    * Resolve PR review comments
    
    * Refactoring
    
    * Refactoring
    
    * Add Caching
    
    * Refactore
    
    * Resolving conflicts
    
    * Add Unit Tests
    
    * Fix Unit Tests
    
    * Fix unit tests
    
    * Fix UT
    
    * Refactoring
    
    * Fix Integ tests
    
    * refactoring after Notebook testing
    
    * Fix code styles
    
    ---------
    
    Co-authored-by: Jonathan Makunga <makung@amazon.com>
    makungaj1 and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    d717dcd View commit details
    Browse the repository at this point in the history
  4. feat: tag JumpStart resource with config names (aws#4608)

    * tag config name
    
    * format
    
    * resolving comments
    
    * format
    
    * format
    
    * update
    
    * fix
    
    * format
    
    * updates inference component config name
    
    * fix: tests
    Captainia authored and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    eead6a0 View commit details
    Browse the repository at this point in the history
  5. ModelBuilder: Add functionalities to get and set deployment config. (a…

    …ws#4614)
    
    * Add funtionalities to get and set deployment config
    
    * Resolve PR comments
    
    * ModelBuilder-JS
    
    * Add Unit tests
    
    * Refactoring
    
    * Testing with Notebook
    
    * Test backward compatibility
    
    * Remove Accelerated column if all not enabled
    
    * Fix docstring
    
    * Resolved PR Review comments
    
    * Docstring
    
    * increase code coverage
    
    ---------
    
    Co-authored-by: Jonathan Makunga <makung@amazon.com>
    makungaj1 and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    a8d30e0 View commit details
    Browse the repository at this point in the history
  6. Benchmark feature v2 (aws#4618)

    * Add funtionalities to get and set deployment config
    
    * Resolve PR comments
    
    * ModelBuilder-JS
    
    * Add Unit tests
    
    * Refactoring
    
    * Testing with Notebook
    
    * Test backward compatibility
    
    * Remove Accelerated column if all not enabled
    
    * Fix docstring
    
    * Resolved PR Review comments
    
    * Docstring
    
    * increase code coverage
    
    * Testing fix with Notebook
    
    * Only fetch instance rate metrics if not present
    
    * Increase code coverage
    
    ---------
    
    Co-authored-by: Jonathan Makunga <makung@amazon.com>
    makungaj1 and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    265cfc8 View commit details
    Browse the repository at this point in the history
  7. Merge Master

    Captainia authored and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    76263f5 View commit details
    Browse the repository at this point in the history
  8. Fix fetch instance rate bug (aws#4624)

    Co-authored-by: Jonathan Makunga <makung@amazon.com>
    makungaj1 and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c91cda5 View commit details
    Browse the repository at this point in the history
  9. chore: require config name and instance type in set_deployment_config (

    …aws#4625)
    
    * require config_name and instance_type in set config
    
    * docstring
    
    * add supported instance types check
    
    * add more tests
    
    * format
    
    * fix tests
    Captainia authored and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2b188b6 View commit details
    Browse the repository at this point in the history
  10. Deployment Configs - Follow-ups (aws#4626)

    * Init Deployment configs outside Model init.
    
    * Testing with NB
    
    * Testing with NB-V2
    
    * Refactoring, NB testing
    
    * NB Testing and Refactoring
    
    * Testing
    
    * Refactoring
    
    * Testing with NB
    
    * Debug
    
    * Debug display API
    
    * Debug with NB
    
    * Testing with NB
    
    * Refactoring
    
    * Refactoring
    
    * Refactoring and NB testing
    
    * Testing with NB
    
    * Refactoring
    
    * Prefix instance type with ml
    
    * Fix unit tests
    
    ---------
    
    Co-authored-by: Jonathan Makunga <makung@amazon.com>
    makungaj1 and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    db69672 View commit details
    Browse the repository at this point in the history
  11. fix: use different separator to flatten dict (aws#4629)

    Captainia authored and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    7fa391b View commit details
    Browse the repository at this point in the history
  12. Use separate tags for inference and training configs (aws#4635)

    * Use separate tags for inference and training
    
    * format
    
    * format
    
    * format
    
    * format
    Captainia authored and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5af9b6b View commit details
    Browse the repository at this point in the history
  13. Merge master

    Captainia authored and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b42f8dc View commit details
    Browse the repository at this point in the history
  14. Benchmark feature fixes (aws#4632)

    * Filter down Benchmark Metrics
    
    * Filter down Benchmark Metrics
    
    * Testing NB
    
    * Testing MB
    
    * Testing
    
    * Refactoring
    
    * Unit tests
    
    * Display instance type first, and instance rate last
    
    * Display unbalanced metrics
    
    * Testing with NB
    
    * Testing with NB
    
    * Debug
    
    * Debug
    
    * Testing with NB
    
    * Testing with NB
    
    * Testing with NB
    
    * Refactoring
    
    * Refactoring
    
    * Refactoring
    
    * Unit tests
    
    * Custom lru
    
    * Custom lru
    
    * Custom lru
    
    * Custom lru
    
    * Custom lru
    
    * Custom lru
    
    * Custom lru
    
    * Custom lru
    
    * Custom lru
    
    * Custom lru
    
    * Refactoring
    
    * Debug
    
    * Config ranking
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Ranking
    
    * Ranking-Debug
    
    * Ranking-Debug
    
    * Ranking-Debug
    
    * Ranking-Debug
    
    * Ranking-Debug
    
    * Ranking-Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Debug
    
    * Refactoring
    
    * Contact JumpStart team to fix flaky test. test_list_jumpstart_models_script_filter
    
    ---------
    
    Co-authored-by: Jonathan Makunga <makung@amazon.com>
    makungaj1 and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    eebd610 View commit details
    Browse the repository at this point in the history
  15. Merge master

    Captainia authored and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8bdf840 View commit details
    Browse the repository at this point in the history
  16. Merge master into benchmark feature (aws#4652)

    Captainia authored and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9dc9b54 View commit details
    Browse the repository at this point in the history
  17. Merge master into master-benchmark-feature (aws#4656)

    Captainia authored and Jonathan Makunga committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c6edf95 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ffc443d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    43f2114 View commit details
    Browse the repository at this point in the history