File size: 100 Bytes
4bdb245
 
 
 
1
2
3
4
5
#!/bin/bash

make build
uvicorn --factory llama_cpp.server.app:create_app --host $HOST --port $PORT