preemo_text-generation-infe.../clients/python/Makefile

6 lines
112 B
Makefile
Raw Permalink Normal View History

2023-03-07 10:52:22 -07:00
unit-tests:
python -m pytest --cov=text_generation tests
install:
pip install pip --upgrade
pip install -e .