From 442e8c41bfac3b381c978c495edf8501544fda7d Mon Sep 17 00:00:00 2001 From: baptiste Date: Tue, 22 Apr 2025 08:16:17 +0000 Subject: [PATCH] change defualt behaviour to only run a subset of all the models --- backends/gaudi/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/backends/gaudi/README.md b/backends/gaudi/README.md index ba890f0b..fa68c0a9 100644 --- a/backends/gaudi/README.md +++ b/backends/gaudi/README.md @@ -104,11 +104,16 @@ To run the integration tests, you need to first build the image: make -C backends/gaudi image ``` -Then run the following command to run the integration tests: +Then run the following command to run the integration tests (CI tests): ```bash make -C backends/gaudi run-integration-tests ``` +To run the integration tests with all models, you can run the following command: +```bash +make -C backends/gaudi run-integration-tests-with-all-models +``` + To capture the expected outputs for the integration tests, you can run the following command: ```bash make -C backends/gaudi capture-expected-outputs-for-integration-tests