Spaces:
Runtime error
Runtime error
Update start_services.sh
Browse files- 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 |
-
|
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
|