This commit is contained in:
Alessandro de Oliveira Faria (A.K.A.CABELO) 2024-10-18 13:20:05 -03:00 committed by GitHub
parent 46b14e6b28
commit 9ae5ad5057
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ This example provide a simple way of usage of `tgi-gaudi` with continuous batchi
### Install ### Install
``` ```
pip install -r requirements pip install -r requirements.txt
``` ```
### Setup TGI server ### Setup TGI server
@ -36,4 +36,4 @@ All possible parameters are described in the below table:
| TOTAL_SAMPLE_COUNT | 2048 | Number of samples to run. | | TOTAL_SAMPLE_COUNT | 2048 | Number of samples to run. |
| MAX_CONCURRENT_REQUESTS | 256 | The number of requests sent simultaneously to the TGI server. | | MAX_CONCURRENT_REQUESTS | 256 | The number of requests sent simultaneously to the TGI server. |
</div> </div>