Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit fe75719

Browse files
committed
contributing update regression test
1 parent 459b338 commit fe75719

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ If you are interested in contributing to TorchServe, your contributions will fal
2121
```
2222
> Supported cuda versions as cu111, cu102, cu101, cu92
2323

24-
- Execute sanity suite
24+
- Run sanity suite
2525
```bash
26-
python ./torchserve_sanity.py
26+
python torchserve_sanity.py
2727
```
28+
- Run Regression test `python test/regression_tests.py`
2829
- For running individual test suites refer [code_coverage](docs/code_coverage.md) documentation
2930
- If you need more context on a particular issue, please create raise a ticket on [`TorchServe` GH repo](https://github.com/pytorch/serve/issues/new/choose) or connect to [PyTorch's slack channel](https://pytorch.slack.com/)
3031

0 commit comments

Comments
 (0)