Spaces:
Sleeping
Sleeping
Update start.sh
Browse files
start.sh
CHANGED
|
@@ -12,7 +12,7 @@ echo "Starting Ollama server..."
|
|
| 12 |
ollama serve &
|
| 13 |
|
| 14 |
# Pull the model if not already present
|
| 15 |
-
MODEL_TO_PULL="krishna_choudhary/
|
| 16 |
if ! ollama list | grep -q "$MODEL_TO_PULL"; then
|
| 17 |
echo "Pulling Ollama model: $MODEL_TO_PULL"
|
| 18 |
ollama pull "$MODEL_TO_PULL"
|
|
|
|
| 12 |
ollama serve &
|
| 13 |
|
| 14 |
# Pull the model if not already present
|
| 15 |
+
MODEL_TO_PULL="krishna_choudhary/lightweight_chatbot"
|
| 16 |
if ! ollama list | grep -q "$MODEL_TO_PULL"; then
|
| 17 |
echo "Pulling Ollama model: $MODEL_TO_PULL"
|
| 18 |
ollama pull "$MODEL_TO_PULL"
|