alibidaran commited on
Commit
ef00ffa
·
verified ·
1 Parent(s): 6efbd0e

Update start_services.sh

Browse files
Files changed (1) hide show
  1. start_services.sh +3 -2
start_services.sh CHANGED
@@ -7,9 +7,10 @@ sleep 5
7
  # Run the custom model
8
  ollama pull hf.co/alibidaran/LLAMA3.2-Virtual_doctor_GGUF &
9
  sleep 1
10
-
 
11
  # List available models
12
- ollama list
13
 
14
  # Start the Gradio chatbot
15
  python app.py
 
7
  # Run the custom model
8
  ollama pull hf.co/alibidaran/LLAMA3.2-Virtual_doctor_GGUF &
9
  sleep 1
10
+ ollama list &
11
+ sleep 1
12
  # List available models
13
+
14
 
15
  # Start the Gradio chatbot
16
  python app.py