Spaces:
Running
Running
Amlan-109
feat: Initial commit of LocalAI Amlan Edition with premium branding and personalization
750bbe6
| outetts: | |
| bash install.sh | |
| run: outetts | |
| @echo "Running outetts..." | |
| bash run.sh | |
| @echo "outetts run." | |
| test: outetts | |
| @echo "Testing outetts..." | |
| bash test.sh | |
| @echo "outetts tested." | |
| protogen-clean: | |
| $(RM) backend_pb2_grpc.py backend_pb2.py | |
| clean: protogen-clean | |
| rm -rf venv __pycache__ | |