Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Default model list can be configured with ENV vars #870

Merged
merged 4 commits into from
Sep 26, 2024

Conversation

pascal-pfeiffer
Copy link
Collaborator

Adds a new feature

  • default model list can be configured with ENV vars
  • H2O_LLM_STUDIO_DEFAULT_LM_MODELS
  • H2O_LLM_STUDIO_DEFAULT_S2S_MODELS

example:

H2O_LLM_STUDIO_DEFAULT_LM_MODELS="h2oai/h2o-danube3-500m-base,h2oai/h2o-danube3-500m-chat,h2oai/h2o-danube3-4b-chat"

image

closes #863

Copy link
Collaborator

@ybabakhin ybabakhin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@pascal-pfeiffer pascal-pfeiffer merged commit b230c77 into main Sep 26, 2024
4 checks passed
@pascal-pfeiffer pascal-pfeiffer deleted the pp/override_default_models branch September 26, 2024 13:08
gaborfodor pushed a commit to gaborfodor/h2o-llmstudio that referenced this pull request Oct 3, 2024
* move model list to default_cfg

* H2O_LLM_STUDIO_DEFAULT_LM_MODELS & H2O_LLM_STUDIO_DEFAULT_S2S_MODELS
comma separated list of model names

* format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Option to override the default model lists via ENV var
2 participants