"examples/vscode:/vscode.git/clone" did not exist on "bf8a6fc14245e193c262293179122a645764a486"
Makefile 112 Bytes
Newer Older
1
2
3
4
5
6
unit-tests:
	python -m pytest --cov=text_generation tests

install:
	pip install pip --upgrade
	pip install -e .