Skip to content

Commit 70a465c

Browse files
committed
Fixed typos with phi-3 llamafile
1 parent 5c78456 commit 70a465c

File tree

1 file changed

+2
-2
lines changed
  • interpreter/terminal_interface/profiles/defaults

1 file changed

+2
-2
lines changed

interpreter/terminal_interface/profiles/defaults/local.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ def download_model(models_dir, models, interpreter):
7373
},
7474
{
7575
"name": "Phi-3-mini",
76-
"file_name": "phi-2.Q5_K_M.llamafile",
77-
"size": 2.67,
76+
"file_name": "Phi-3-mini-4k-instruct.Q5_K_M.llamafile",
77+
"size": 2.84,
7878
"url": "https://huggingface.co/jartine/Phi-3-mini-4k-instruct-llamafile/resolve/main/Phi-3-mini-4k-instruct.Q5_K_M.llamafile?download=true",
7979
},
8080
{

0 commit comments

Comments
 (0)