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

Torchserve 23mt v0.8.0 fix 1 #14

Merged
merged 32 commits into from
Jun 14, 2023

Commits on May 15, 2023

  1. Updating index.md to fix 8 broken links (pytorch#2329)

    * Update index.md
    
    Update to fix a broken link in index.md where the trailing .md is cut off from the management_api.md. Added an anchor link to force the .md to show up.
    
    * Update to index.md
    
    Update to index.md to fix several links ending in .md that sphinx is breaking. Added anchor links to each link and a corresponding anchor in the affected doc. Tested locally and seems to be working.
    
    * Update inference_api.md
    
    * Updated typos
    
    Fixed typos and updated wordslist.txt
    
    * Update wordlist.txt
    
    ---------
    
    Co-authored-by: sekyonda <7411+sekyonda@users.noreply.ghe.oculus-rep.com>
    Co-authored-by: lxning <23464292+lxning@users.noreply.github.com>
    3 people authored May 15, 2023
    Configuration menu
    Copy the full SHA
    f01868f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. BERT nightly benchmark on Inferentia2 (pytorch#2283)

    * Inf2 nightly benchmark
    
    * fix linter spellcheck error
    
    ---------
    
    Co-authored-by: Naman Nandan <namannan@amazon.com>
    namannandan and Naman Nandan authored May 16, 2023
    Configuration menu
    Copy the full SHA
    25f3700 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. fix: kserve fastapi migration issues (pytorch#2175)

    * fix: kserve fastapi migration issues
    Jagadeesh J authored May 19, 2023
    Configuration menu
    Copy the full SHA
    77ca82d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Fixing FAQs doc per issue pytorch#2204 (pytorch#2351)

    * Update index.md
    
    Update to fix a broken link in index.md where the trailing .md is cut off from the management_api.md. Added an anchor link to force the .md to show up.
    
    * Update to index.md
    
    Update to index.md to fix several links ending in .md that sphinx is breaking. Added anchor links to each link and a corresponding anchor in the affected doc. Tested locally and seems to be working.
    
    * Update inference_api.md
    
    * Updated typos
    
    Fixed typos and updated wordslist.txt
    
    * Update wordlist.txt
    
    * FAQs Updates
    
    Updated a couple of broken links on the FAQ site per issue pytorch#2204
    
    * updates to resolve links
    
    * Update some links in index
    
    Updated some links in index.md to go to the pytorch html page instead of github. This is a nicer fix for the .md sphinx issue
    
    ---------
    
    Co-authored-by: sekyonda <7411+sekyonda@users.noreply.ghe.oculus-rep.com>
    Co-authored-by: lxning <23464292+lxning@users.noreply.github.com>
    Co-authored-by: Ankith Gunapal <agunapal@ischool.Berkeley.edu>
    4 people authored May 22, 2023
    Configuration menu
    Copy the full SHA
    4450287 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Micro batching example (pytorch#2210)

    * Add unit test for micro batching
    
    * Adds simple implementation for microbatching with coroutines
    
    * Added testing to microbatching
    
    * Created MBHandler
    
    * Added more tests to microbatching handler
    
    * Adds configurable parallelism
    
    * Enables loading of micro batching parameters through config file
    
    * Moved microbatching into example
    
    * Moved micro batching test into test/pytest folder
    
    * Rewrote micro batching to use threading
    
    * Implemented method to update parallelism
    
    * Fix and test spin up spin down fo threads
    
    * Clean up and comments
    
    * More comments
    
    * Adds README to micro batching example
    
    * Refined readme + added config.yaml
    
    * Add config_file
    
    * Fix linting error
    
    * Fix spell check error
    
    * Fix linting error
    
    * Move micro_batching.py into ts.utils and use model_yaml_config for configuration
    
    * Fix links in README
    
    * Moved to handler_utils
    
    * remove __all__
    mreso authored May 25, 2023
    Configuration menu
    Copy the full SHA
    4f85477 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    63ebd4d View commit details
    Browse the repository at this point in the history
  2. Make use of venv

    mreso committed May 26, 2023
    Configuration menu
    Copy the full SHA
    680b6fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f75710 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffa6847 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    a568291 View commit details
    Browse the repository at this point in the history
  2. Fix error case

    mreso committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d229611 View commit details
    Browse the repository at this point in the history
  3. Remove test cross-talking

    mreso committed May 30, 2023
    Configuration menu
    Copy the full SHA
    c816465 View commit details
    Browse the repository at this point in the history
  4. Enable Regression Test in CI (pytorch#2370)

    Co-authored-by: Ankith Gunapal <agunapal@ischool.Berkeley.edu>
    msaroufim and agunapal authored May 30, 2023
    Configuration menu
    Copy the full SHA
    81c3d59 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Fix regression test failures associated with fixes in PR: pytorch#2175 (

    pytorch#2371)
    
    Co-authored-by: Naman Nandan <namannan@amazon.com>
    namannandan and Naman Nandan authored May 31, 2023
    Configuration menu
    Copy the full SHA
    130a29e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f863f9 View commit details
    Browse the repository at this point in the history
  3. Enable ONNX test in CI (pytorch#2363)

    * Enable ONNX test in CI
    msaroufim authored May 31, 2023
    Configuration menu
    Copy the full SHA
    27a6ed5 View commit details
    Browse the repository at this point in the history
  4. Update cpuinfo (pytorch#2372)

    * update cpuinfo
    
    * update
    
    * lint
    
    * lint
    
    * lint
    
    * install numactl
    
    ---------
    
    Co-authored-by: Ankith Gunapal <agunapal@ischool.Berkeley.edu>
    Co-authored-by: Mark Saroufim <marksaroufim@fb.com>
    3 people authored May 31, 2023
    Configuration menu
    Copy the full SHA
    c685b5c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. fix tcp port in model_service_worker.py (pytorch#2377)

    * fix tcp port in model_service_worker.py
    
    * update torchrun parameter name
    
    * fmt
    lxning authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    a81fc52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77f8c0b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Update cpuinfo (pytorch#2379)

    * update cpuinfo
    
    * update
    
    * lint
    
    * lint
    
    * lint
    
    * install numactl
    
    * update num workers
    
    * skip if gpu
    
    ---------
    
    Co-authored-by: Ankith Gunapal <agunapal@ischool.Berkeley.edu>
    Co-authored-by: Mark Saroufim <marksaroufim@fb.com>
    3 people authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    e5004b2 View commit details
    Browse the repository at this point in the history
  2. Upgrade torch, torchvision, torchtext and torchaudio versions (pytorc…

    …h#2374)
    
    torch == 2.0.1
    torchvision == 0.15.2
    torchtext == 0.15.2
    torchaudio == 2.0.2
    
    Co-authored-by: Naman Nandan <namannan@amazon.com>
    Co-authored-by: Ankith Gunapal <agunapal@ischool.Berkeley.edu>
    3 people authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    e205e6b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    9542c45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a23ef7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe27e07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28a2525 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Ts type annotations (pytorch#2384)

    * adding type annotations to functions
    josephcalise authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    08a9093 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. fix: reflect model config in config.properties (pytorch#2382)

    * reflect the model config from properties
    
    * honor model config in config.properties
    lxning authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    43d84ff View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Bump transformers from 4.28.1 to 4.30.0 in /requirements (pytorch#2410)

    Bumps [transformers](https://github.com/huggingface/transformers) from 4.28.1 to 4.30.0.
    - [Release notes](https://github.com/huggingface/transformers/releases)
    - [Commits](huggingface/transformers@v4.28.1...v4.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: transformers
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    580c28a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f9967e View commit details
    Browse the repository at this point in the history
  3. support jobQueueSize and job ticket per model in model config YAML (p…

    …ytorch#2350)
    
    * add jobQsize
    
    * add jobQueueSize in model_config.yaml for mnist_scripted.mar
    
    * feature job tickets
    
    * rename hasJobTickets to getJobTickets
    
    * fmt doc
    
    * update doc
    
    * fmt doc
    
    * fmt doc
    
    * update doc
    lxning authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    89fbd88 View commit details
    Browse the repository at this point in the history
  4. Merge commit '89fbd885b11e4d2f40bea779d8cee7c6a87f9c20' of github.com…

    …:pytorch/serve into torchserve-23mt-v0.8.0-fix-1
    simonschoelly committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    6eea9e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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