Echo-ai commited on
Commit
c2644c7
·
verified ·
1 Parent(s): 68965bb

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -1,5 +1,5 @@
1
  #!/bin/sh
2
- nohup ollama serve > Ollama.txt 2>&1 &
3
  sleep 10
4
  ollama pull tinyllama
5
  uvicorn app:app --host 0.0.0.0 --port 7860
 
1
  #!/bin/sh
2
+ nohup ollama serve > 2>&1 &
3
  sleep 10
4
  ollama pull tinyllama
5
  uvicorn app:app --host 0.0.0.0 --port 7860