-
Notifications
You must be signed in to change notification settings - Fork 867
Comparing changes
Open a pull request
base repository: pytorch/serve
base: v0.12.0
head repository: pytorch/serve
compare: master
- 8 commits
- 91 files changed
- 14 contributors
Commits on Oct 3, 2024
-
set model_snapshot_path to None to prevent unbound local error (#3336)
* set model_snapshot_path to None to prevent unbound local error * address PR comments with pythonic usage, fix README * small change * revert formatting changes
Configuration menu - View commit details
-
Copy full SHA for 9d10087 - Browse repository at this point
Copy the full SHA 9d10087View commit details -
Create export path if not present (#3331)
Co-authored-by: Ankith Gunapal <agunapal@ischool.Berkeley.edu>
Configuration menu - View commit details
-
Copy full SHA for e8879c1 - Browse repository at this point
Copy the full SHA e8879c1View commit details
Commits on Oct 23, 2024
-
Bump onnx from 1.16.0 to 1.17.0 in /requirements (#3354)
Bumps [onnx](https://github.com/onnx/onnx) from 1.16.0 to 1.17.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](onnx/onnx@v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: onnx 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 f4fbcbe - Browse repository at this point
Copy the full SHA f4fbcbeView commit details
Commits on Nov 23, 2024
-
Adding Multi-Image generation usecase app (#3356)
* Added OV SDXL registration to chat_bot app * sdxl image generation * pass model params * fixes * fixes * llm-sd pipeline * store images * need to fix sd_xl checkbox * fix for num_of_img==1 * fix for 1 img, total time * perf fixes * fixes * llm with torch.compile * fixed tocken auth issue, ui fixes * gpt fast version, bad quality of output prompts * rm extra files, updated readme * added llama params, sd default res 768, better prompts * fix, updated default workers num * button for prompts generation * fix * fix * Changed SDXL to LCM SDXL * updated lcm example * updated lcm example * updated lcm example * add llm_sd_app * Updated llm_diffusion_serving_app * Updated llm_diffusion_serving_app * Update llm_diffusion_serving_app * Update llm_diffusion_serving_app * Update examples/usecases/llm_diffusion_serving_app/Readme.md Co-authored-by: Ankith Gunapal <agunapal@ischool.Berkeley.edu> * Update llm_diffusion_serving_app * update llm_diffusion_serving_app * update llm_diffusion_serving_app * update llm_diffusion_serving_app * Update llm_diffusion_serving_app * Update llm_diffusion_serving_app * Minor Updates, Added sd_benchmark * Add docs for llm_diffusion_serving_app * Apply suggestions from code review Co-authored-by: Ankith Gunapal <agunapal@ischool.Berkeley.edu> * Update llm_diffusion_serving_app, fix linter issues * Update img, add assests * update readme --------- Co-authored-by: likholat <anna.likholat@gmail.com> Co-authored-by: likholat <anna.likholat@intel.com> Co-authored-by: suryasidd <surya.siddharth.pemmaraju@intel.com> Co-authored-by: Ankith Gunapal <agunapal@ischool.Berkeley.edu>
Configuration menu - View commit details
-
Copy full SHA for 55c2f6b - Browse repository at this point
Copy the full SHA 55c2f6bView commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3182443 - Browse repository at this point
Copy the full SHA 3182443View commit details
Commits on Dec 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0985386 - Browse repository at this point
Copy the full SHA 0985386View commit details
Commits on Dec 19, 2024
-
740 add generic support for different gpu hardware (#3371)
* Add AMD backend support * Add AMD frontend support * Add Dockerfile.rocm Co-authored-by: Samu Tamminen <stammine@amd.com> * Add AMD documentation * Fix null pointer bug with populateAccelerators trying to get null AppleUtil GPU env value * Fix formatting --------- Co-authored-by: Rony Leppänen <rleppane@amd.com> Co-authored-by: Anders Smedegaard Pedersen <asmedega@amd.com> Co-authored-by: Samu Tamminen <stammine@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 9bcbd22 - Browse repository at this point
Copy the full SHA 9bcbd22View commit details
Commits on Dec 20, 2024
-
Add Apple system metrics support (#3377)
* Add Apple system metrics support Co-authored-by: Bipradip Chowdhury <bichowdh@amd.com> Co-authored-by: Rony Leppänen <rleppane@amd.com> Co-authored-by: Anders Smedegaard Pedersen <asmedega@amd.com> * Fix ModelServerTest.testMetricManager for other HW vendors * Add GPUUtilization as expect metric --------- Co-authored-by: Bipradip Chowdhury <bichowdh@amd.com> Co-authored-by: Rony Leppänen <rleppane@amd.com> Co-authored-by: Anders Smedegaard Pedersen <asmedega@amd.com>
Configuration menu - View commit details
-
Copy full SHA for 1a3b18b - Browse repository at this point
Copy the full SHA 1a3b18bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.12.0...master