hf_text-generation-inference/clients/python/Makefile

7 lines
113 B
Makefile
Raw 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
2024-02-16 03:58:58 -07:00
pip install -e .