Skip to content

Commit fdc4f92

Browse files
committed
Make Phi-3 the default model
Signed-off-by: makaveli10 <[email protected]>
1 parent 7d4f255 commit fdc4f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
target: /root/scratch-space
1111
environment:
1212
VERBOSE: ${VERBOSE:-false}
13-
MODEL: ${MODEL:-phi-2}
13+
MODEL: ${MODEL:-Phi-3-mini-4k-instruct}
1414
ports:
1515
- "8888:8888"
1616
- "6006:6006"

0 commit comments

Comments
 (0)