Rejekts commited on
Commit
4eed6cd
·
verified ·
1 Parent(s): 6ab10ca

Update setup_llama.py

Browse files
Files changed (1) hide show
  1. setup_llama.py +1 -1
setup_llama.py CHANGED
@@ -22,7 +22,7 @@ def download_model():
22
  def start_ollama_service():
23
  """Start Ollama serve in the background."""
24
  print("Starting Ollama service...")
25
- run_command("ollama serve &")
26
  while True:
27
  try:
28
  response = requests.get("http://localhost:11434")
 
22
  def start_ollama_service():
23
  """Start Ollama serve in the background."""
24
  print("Starting Ollama service...")
25
+ run_command("ollama serve")
26
  while True:
27
  try:
28
  response = requests.get("http://localhost:11434")