Echo-ai commited on
Commit
b7b249d
·
verified ·
1 Parent(s): fc2083e

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -1,7 +1,7 @@
1
  #!/bin/bash
2
  # Start Ollama in the background
3
  #ollama serve &
4
- ollama serve --port 7860 --host 0.0.0.0
5
  # Pull a small model (e.g., TinyLlama) if not present
6
  if ! ollama list | grep -q "tinyllama"; then
7
  ollama pull tinyllama
 
1
  #!/bin/bash
2
  # Start Ollama in the background
3
  #ollama serve &
4
+ ollama serve --port 7860 --host 0.0.0.0 &
5
  # Pull a small model (e.g., TinyLlama) if not present
6
  if ! ollama list | grep -q "tinyllama"; then
7
  ollama pull tinyllama