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

[TASK]: model config page should show values using the components in /model-parts #5506

Open
shawnyama opened this issue Nov 14, 2024 · 0 comments
Labels
task Development task

Comments

@shawnyama
Copy link
Contributor

Describe the task
The model config page uses tera-initial-table and tera-parameter-table, it should use some of the components from /model-parts instead (used in the model page). When we make edits to the model entries they should be reflected easily into the config without the need to rewrite them. eg. when adding pagination to improve performance for the model page they weren't applied to the config page since it uses different components.

tera-initial-table and tera-parameter-table have some features such as value entry and its read only. So we should find a way to port/extend/slot into tera-states and tera-parameters to support this.

I think the data structures used to create these are quite different so it may take some time to investigate how to neatly add them in

Left is the model page stuff, Right is the model config
Image

@shawnyama shawnyama added the task Development task label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Development task
Projects
None yet
Development

No branches or pull requests

1 participant