Skip to content

Commit bcabd2e

Browse files
committed
add phi3.5 to startsh [skip ci]
1 parent 13af03e commit bcabd2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ handle_ollama_env() {
182182

183183
# if there is no ollama model given, do not add any ollama compose profile
184184
ollama_needed=false
185-
ollama_models="nous-hermes2theta-llama3-8b phi3:medium phi3:medium-128k phi3:3.8b llama3.1:latest"
185+
ollama_models="nous-hermes2theta-llama3-8b phi3:medium phi3:medium-128k phi3:3.8b phi3.5 llama3.1:latest"
186186
for m in $(echo "$DKN_MODELS" | tr ',' ' '); do
187187
case " $ollama_models " in
188188
*" $m "*) ollama_needed=true; break;;

0 commit comments

Comments
 (0)