Skip to content

Commit c7eb4d3

Browse files
committed
Added Llama3 and Phi3 llamafiles
1 parent 0ce93e9 commit c7eb4d3

File tree

1 file changed

+12
-0
lines changed
  • interpreter/terminal_interface/profiles/defaults

1 file changed

+12
-0
lines changed

interpreter/terminal_interface/profiles/defaults/local.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ def download_model(models_dir, models, interpreter):
7777
"size": 1.96,
7878
"url": "https://huggingface.co/jartine/phi-2-llamafile/resolve/main/phi-2.Q5_K_M.llamafile?download=true",
7979
},
80+
{
81+
"name": "Phi-3-mini",
82+
"file_name": "phi-2.Q5_K_M.llamafile",
83+
"size": 2.67,
84+
"url": "https://huggingface.co/jartine/Phi-3-mini-4k-instruct-llamafile/resolve/main/Phi-3-mini-4k-instruct.Q5_K_M.llamafile?download=true",
85+
},
8086
{
8187
"name": "LLaVA 1.5",
8288
"file_name": "llava-v1.5-7b-q4.llamafile",
@@ -89,6 +95,12 @@ def download_model(models_dir, models, interpreter):
8995
"size": 5.15,
9096
"url": "https://huggingface.co/jartine/Mistral-7B-Instruct-v0.2-llamafile/resolve/main/mistral-7b-instruct-v0.2.Q5_K_M.llamafile?download=true",
9197
},
98+
{
99+
"name": "Llama-3-8B-Instruct",
100+
"file_name": " Meta-Llama-3-8B-Instruct.Q5_K_M.llamafile",
101+
"size": 5.76,
102+
"url": "https://huggingface.co/jartine/Meta-Llama-3-8B-Instruct-llamafile/resolve/main/Meta-Llama-3-8B-Instruct.Q5_K_M.llamafile?download=true",
103+
},
92104
{
93105
"name": "WizardCoder-Python-13B",
94106
"file_name": "wizardcoder-python-13b.llamafile",

0 commit comments

Comments
 (0)