hf_text-generation-inference/clients/python/tests
drbh e4d31a40db
fix: bump clients test base url to llama (#1751)
This PR bumps the client tests from `google/flan-t5-xxl` to
`meta-llama/Llama-2-7b-chat-hf` to resolve issues when calling the
endpoint and `google/flan-t5-xxl` is not available

run with
```bash
make python-client-tests

clients/python/tests/test_client.py ..............     [ 43%]
clients/python/tests/test_errors.py ..........         [ 75%]
clients/python/tests/test_inference_api.py ......      [ 93%]
clients/python/tests/test_types.py ..                  [100%]
```

**note `google/flan-t5-xxl` function is currently unused but still
included in the `conftest.py`
2024-04-16 16:56:47 -04:00
..
conftest.py fix: bump clients test base url to llama (#1751) 2024-04-16 16:56:47 -04:00
test_client.py fix: bump clients test base url to llama (#1751) 2024-04-16 16:56:47 -04:00
test_errors.py feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00
test_inference_api.py feat(python-client): get list of currently deployed tgi models using the inference API (#191) 2023-04-17 18:43:24 +02:00
test_types.py fix(server): fix flash-neox scores warping (#137) 2023-03-24 18:21:41 +01:00