text-generation-inference/clients/python/Makefile
2024-02-16 11:58:58 +01:00

7 lines
113 B
Makefile

unit-tests:
python -m pytest --cov=text_generation tests
install:
pip install pip --upgrade
pip install -e .