mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-09 19:34:53 +00:00
Include python client tests
This commit is contained in:
parent
2f20628a5c
commit
d72ee8015a
9
Makefile
9
Makefile
@ -21,8 +21,13 @@ router-dev:
|
||||
integration-tests: install-router install-launcher
|
||||
cargo test
|
||||
|
||||
python-tests:
|
||||
cd server && HF_HUB_ENABLE_HF_TRANSFER=1 pytest tests
|
||||
python-server-tests:
|
||||
HF_HUB_ENABLE_HF_TRANSFER=1 pytest server/tests
|
||||
|
||||
python-client-tests:
|
||||
pytest clients/python/tests
|
||||
|
||||
python-tests: python-server-tests python-client-tests
|
||||
|
||||
run-bloom-560m:
|
||||
text-generation-launcher --model-id bigscience/bloom-560m --num-shard 2 --port 8080
|
||||
|
Loading…
Reference in New Issue
Block a user