mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-23 16:02:10 +00:00
change defualt behaviour to only run a subset of all the models
This commit is contained in:
parent
d98ae4890e
commit
442e8c41bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user