From d8a11464b098c17207d96a35d89cb83b412a0433 Mon Sep 17 00:00:00 2001 From: Ankith Gunapal Date: Wed, 27 Sep 2023 10:29:51 -0700 Subject: [PATCH] Display nightly workflow status badge (#2619) * Added nightly badge status * Added nightly badge status * Added nightly badge status * Added nightly badge status for other nightly runs * Added nightly badge status for other nightly runs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a5b5a3923b..1251987e52 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # TorchServe +![Nightly build](https://github.com/pytorch/serve/actions/workflows/torchserve-nightly-build.yml/badge.svg) +![Docker Nightly build](https://github.com/pytorch/serve/actions/workflows/docker-nightly-build.yml/badge.svg) +![Benchmark Nightly](https://github.com/pytorch/serve/actions/workflows/benchmark_nightly.yml/badge.svg) +![Docker Regression Nightly](https://github.com/pytorch/serve/actions/workflows/regression_tests_docker.yml/badge.svg) + TorchServe is a flexible and easy to use tool for serving and scaling PyTorch models in production. Requires python >= 3.8