-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on May 15, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for f01868f - Browse repository at this point
Copy the full SHA f01868fView commit details
Commits on May 16, 2023
-
BERT nightly benchmark on Inferentia2 (pytorch#2283)
* Inf2 nightly benchmark * fix linter spellcheck error --------- Co-authored-by: Naman Nandan <namannan@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 25f3700 - Browse repository at this point
Copy the full SHA 25f3700View commit details
Commits on May 19, 2023
-
fix: kserve fastapi migration issues (pytorch#2175)
* fix: kserve fastapi migration issues
Jagadeesh J authoredMay 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 77ca82d - Browse repository at this point
Copy the full SHA 77ca82dView commit details
Commits on May 22, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4450287 - Browse repository at this point
Copy the full SHA 4450287View commit details
Commits on May 25, 2023
-
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__
Configuration menu - View commit details
-
Copy full SHA for 4f85477 - Browse repository at this point
Copy the full SHA 4f85477View commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 63ebd4d - Browse repository at this point
Copy the full SHA 63ebd4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 680b6fd - Browse repository at this point
Copy the full SHA 680b6fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f75710 - Browse repository at this point
Copy the full SHA 5f75710View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffa6847 - Browse repository at this point
Copy the full SHA ffa6847View commit details
Commits on May 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a568291 - Browse repository at this point
Copy the full SHA a568291View commit details -
Configuration menu - View commit details
-
Copy full SHA for d229611 - Browse repository at this point
Copy the full SHA d229611View commit details -
Configuration menu - View commit details
-
Copy full SHA for c816465 - Browse repository at this point
Copy the full SHA c816465View commit details -
Enable Regression Test in CI (pytorch#2370)
Co-authored-by: Ankith Gunapal <agunapal@ischool.Berkeley.edu>
Configuration menu - View commit details
-
Copy full SHA for 81c3d59 - Browse repository at this point
Copy the full SHA 81c3d59View commit details
Commits on May 31, 2023
-
Fix regression test failures associated with fixes in PR: pytorch#2175 (
pytorch#2371) Co-authored-by: Naman Nandan <namannan@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 130a29e - Browse repository at this point
Copy the full SHA 130a29eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f863f9 - Browse repository at this point
Copy the full SHA 1f863f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27a6ed5 - Browse repository at this point
Copy the full SHA 27a6ed5View commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for c685b5c - Browse repository at this point
Copy the full SHA c685b5cView commit details
Commits on Jun 1, 2023
-
fix tcp port in model_service_worker.py (pytorch#2377)
* fix tcp port in model_service_worker.py * update torchrun parameter name * fmt
Configuration menu - View commit details
-
Copy full SHA for a81fc52 - Browse repository at this point
Copy the full SHA a81fc52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77f8c0b - Browse repository at this point
Copy the full SHA 77f8c0bView commit details
Commits on Jun 2, 2023
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for e5004b2 - Browse repository at this point
Copy the full SHA e5004b2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e205e6b - Browse repository at this point
Copy the full SHA e205e6bView commit details
Commits on Jun 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9542c45 - Browse repository at this point
Copy the full SHA 9542c45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a23ef7 - Browse repository at this point
Copy the full SHA 9a23ef7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe27e07 - Browse repository at this point
Copy the full SHA fe27e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28a2525 - Browse repository at this point
Copy the full SHA 28a2525View commit details
Commits on Jun 6, 2023
-
Ts type annotations (pytorch#2384)
* adding type annotations to functions
Configuration menu - View commit details
-
Copy full SHA for 08a9093 - Browse repository at this point
Copy the full SHA 08a9093View commit details
Commits on Jun 12, 2023
-
fix: reflect model config in config.properties (pytorch#2382)
* reflect the model config from properties * honor model config in config.properties
Configuration menu - View commit details
-
Copy full SHA for 43d84ff - Browse repository at this point
Copy the full SHA 43d84ffView commit details
Commits on Jun 13, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 580c28a - Browse repository at this point
Copy the full SHA 580c28aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f9967e - Browse repository at this point
Copy the full SHA 7f9967eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 89fbd88 - Browse repository at this point
Copy the full SHA 89fbd88View commit details -
Merge commit '89fbd885b11e4d2f40bea779d8cee7c6a87f9c20' of github.com…
…:pytorch/serve into torchserve-23mt-v0.8.0-fix-1
Configuration menu - View commit details
-
Copy full SHA for 6eea9e1 - Browse repository at this point
Copy the full SHA 6eea9e1View commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f01fab6 - Browse repository at this point
Copy the full SHA f01fab6View commit details