serve icon indicating copy to clipboard operation
serve copied to clipboard

Serve, optimize and scale PyTorch models in production

Results 432 serve issues
Sort by recently updated
recently updated
newest added

## Description Adds an alert on failed Github scheduled Github Action. This is the exact same trick used in [pytorch/examples ](https://github.com/pytorch/examples) Code borrowed from: https://github.com/pytorch/examples/blob/main/.github/workflows/main.yml#L34 And a test showing it...

Fixes https://github.com/pytorch/serve/issues/1776 Test: https://colab.research.google.com/drive/1eKMiheF50YYGtPmi0WqVkeRqLk8Gbwg5?usp=sharing (would probably be better to start writing unit tests for the python backend when we have time) The meaningful code is at the very end of...

## Description This pull request fixes an incorrect logging format string and a pylint pragma that incorrectly disables its warning it. I noticed this issue when using TorchServe's profiling mechanism...

## Description Please read our [CONTRIBUTING.md](https://github.com/pytorch/serve/blob/master/CONTRIBUTING.md) prior to creating your first pull request. Please include a summary of the feature or issue being fixed. Please also include relevant motivation and...

benchmark
p2

### Current TorchServe has two mechanisms to emit metrics. 1. [Emit metrics to logs files in a StatsD like format by default](https://github.com/pytorch/serve/blob/master/docs/metrics.md#formatting) . In this case, both frontend and backend...

enhancement
benchmark

Signed-off-by: jagadeesh ## Description fixes: [kserve/kserve-1915](https://github.com/kserve/kserve/issues/1915) Issue: kserve model status API returns ready status only after a predict request as model is not loaded in startup. Soln: Loads all TS...

This change is to deprecate neuron dockerfile as it is currently broken. Instead, it's ideal at this to point use containers provided by [aws/deep-learning-containers](https://github.com/aws/deep-learning-containers/blob/master/available_images.md#neuron-inference-containers) that are more reliable. I also...

### 🐛 Describe the bug This is a continuation of #1779 as that discussion took a different route. ### Error logs [Logs too long, moved to pastebin](https://pastebin.com/mGe5JLYW) ### Installation instructions...

triaged_wait
support

I am asking again because the Issue(#1777 ) is not reopen. I have created a custom handler based on the documentation. However, it is not working well. Below is the...

support

### 📚 The doc issue https://github.com/pytorch/serve/blob/master/docs/model-archiver/README.md ### Suggest a potential alternative/fix _No response_

documentation
p0