Skip to content

Commit

Permalink
Remove OpenLLama from OpenVINO models due to lack of chat functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHirschTNG committed Feb 25, 2025
1 parent 952a2cd commit 64dfe0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WebUI/src/assets/js/store/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const predefinedModels: Omit<Model, 'downloaded'>[] = [
},
{ name: 'OpenVINO/Phi-3.5-mini-instruct-int4-ov', type: 'openVINO', default: true },
{ name: 'OpenVINO/Phi-3-mini-4k-instruct-int4-ov', type: 'openVINO', default: false },
{ name: 'OpenVINO/open_llama_7b_v2-int4-ov', type: 'openVINO', default: false },
{ name: 'OpenVINO/Mistral-7B-Instruct-v0.2-int4-ov', type: 'openVINO', default: false },
]

Expand Down

0 comments on commit 64dfe0c

Please sign in to comment.