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