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

Model Management: Enable update form #113

Merged
merged 4 commits into from
Sep 26, 2024

Conversation

dustins
Copy link
Contributor

@dustins dustins commented Sep 25, 2024

Issue #, if available:

Description of changes:
LISA 3.0 launched with model management but didn't have updating models enabled yet. This PR add the ability to configure a few model properties after launch.

  • enable/disable streaming
  • model type (textgen/embedding)
  • auto scaling configuration (LISA hosted models only)

Recording 2024-09-25 at 09 57 53

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@dustins dustins marked this pull request as ready for review September 25, 2024 13:59
@@ -113,8 +113,8 @@ function ModelActionButton (dispatch: ThunkDispatch<any, any, Action>, notificat
items.push({
text: 'Update',
id: 'editModel',
disabled: true,
disabledReason: 'This action will be available with LISA release 3.0.1',
disabled: !selectedModel,
Copy link
Member

Choose a reason for hiding this comment

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

Non blocking: We don't technically need to do this since the parent dropdown is disabled if we don't have a model selected.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah I went back and forth on this. I liked this because if we change when the menu is disabled this would keep working. But it is superfluous now so I can remove it.

@estohlmann estohlmann merged commit 01bbcdc into develop Sep 26, 2024
4 checks passed
@estohlmann estohlmann deleted the enhancement/update-model-20240925 branch September 26, 2024 14:40
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.

3 participants