File size: 139 Bytes
2fb3ee9
 
 
 
 
1
2
3
4
5
6
#!/bin/bash
set -e

echo "==> Starting GLM-4.7-Flash GGUF API..."
exec uvicorn app:app --host 0.0.0.0 --port 7860 --timeout-keep-alive 300