abanm commited on
Commit
c92c83e
·
verified ·
1 Parent(s): 8305e7d

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -11,7 +11,7 @@ sleep 10
11
 
12
  # (Optional) Preload the Hugging Face model
13
  # Uncomment the line below if desired to warm up the model in Ollama
14
- # ollama run hf.co/abanm/Dubs-Q8_0-GGUF &
15
 
16
  # Navigate to the application directory
17
  cd /app
 
11
 
12
  # (Optional) Preload the Hugging Face model
13
  # Uncomment the line below if desired to warm up the model in Ollama
14
+ ollama run hf.co/abanm/Dubs-Q8_0-GGUF &
15
 
16
  # Navigate to the application directory
17
  cd /app