4 lines
100 B
Bash
4 lines
100 B
Bash
#!/bin/bash
|
|
|
|
make build
|
|
uvicorn --factory llama_cpp.server.app:create_app --host $HOST --port $PORT
|