5778ff7 47e68dc
1
2
3
4
5
6
#!/bin/sh ollama serve > /dev/null 2>&1 & sleep 10 ollama pull tinyllama uvicorn app:app --host 0.0.0.0 --port 7860