7c106d2 d0e44da
1
2
3
4
5
#!/bin/bash # Starting server echo "Starting server" xinference-local --host 0.0.0.0 --port 9997 --log-level debug