mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-11 13:10:50 +00:00
refactor: remove llama download marker from toolwindow popup menu
This commit is contained in:
parent
cd8c086a61
commit
91c7302008
1 changed files with 1 additions and 2 deletions
|
|
@ -242,8 +242,7 @@ public class ModelComboBoxAction extends ComboBoxAction {
|
|||
var huggingFaceModel = LlamaSettings.getCurrentState().getHuggingFaceModel();
|
||||
var llamaModel = LlamaModel.findByHuggingFaceModel(huggingFaceModel);
|
||||
return format(
|
||||
"%s %s %dB (Q%d)",
|
||||
llamaModel.getDownloadedMarker(),
|
||||
"%s %dB (Q%d)",
|
||||
llamaModel.getLabel(),
|
||||
huggingFaceModel.getParameterSize(),
|
||||
huggingFaceModel.getQuantization());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue