alibidaran commited on
Commit
a07c43f
·
verified ·
1 Parent(s): e71c178

Update start_services.sh

Browse files
Files changed (1) hide show
  1. start_services.sh +6 -6
start_services.sh CHANGED
@@ -1,14 +1,14 @@
1
  #!/bin/bash
2
 
3
  # Start the Ollama server
4
- ollama serve &
5
- sleep 5
6
 
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
 
 
1
  #!/bin/bash
2
 
3
  # Start the Ollama server
4
+ #ollama serve &
5
+ #sleep 5
6
 
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