mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 13:52:07 +00:00
6 lines
112 B
Makefile
6 lines
112 B
Makefile
unit-tests:
|
|
python -m pytest --cov=text_generation tests
|
|
|
|
install:
|
|
pip install pip --upgrade
|
|
pip install -e .
|