brendon-ai commited on
Commit
0c3c4e5
·
verified ·
1 Parent(s): dd537d2

Update startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +3 -1
startup.sh CHANGED
@@ -35,7 +35,9 @@ ollama list
35
  # Optional: Pull a model (uncomment and modify as needed)
36
  # echo "Pulling llama2 model..."
37
  # ollama pull tinyllama:1.1b
38
- ollama pull deepseek-ai/DeepSeek-R1-0528-Qwen3-8B
 
 
39
 
40
  # Start FastAPI application
41
  echo "Starting FastAPI application..."
 
35
  # Optional: Pull a model (uncomment and modify as needed)
36
  # echo "Pulling llama2 model..."
37
  # ollama pull tinyllama:1.1b
38
+ ollama pull HuggingFaceTB/SmolLM3-3B
39
+
40
+ #deepseek-ai/DeepSeek-R1-0528-Qwen3-8B
41
 
42
  # Start FastAPI application
43
  echo "Starting FastAPI application..."