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