Skip to content

Commit

Permalink
use multiselect for compare llm, list is getting too large
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Jul 22, 2024
1 parent 7ab0374 commit 1c1b915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/CompareLLM.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def render_form_v2(self):
LargeLanguageModels,
label="#### 🤗 Compare Language Models",
key="selected_models",
checkboxes=False,
)

def validate_form_v2(self):
Expand Down

0 comments on commit 1c1b915

Please sign in to comment.