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

feat(BA-543): Add enable_model_folders option to webserver to control Models visibility in WebUI #3503

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

agatha197
Copy link
Contributor

@agatha197 agatha197 commented Jan 20, 2025

resolves #3502 (BA-543)
related PR: lablup/backend.ai-webui#3049

Adds a new configuration option enable_model_folders to control the visibility of the Models tab and MODEL usage mode in the data & storage page. The default value is set to true for backward compatibility.

Checklist:

  • Milestone metadata specifying the target backport version
  • Mention to the original issue
  • Installer updates including:
    • Fixtures for db schema changes
    • New mandatory config options
  • Update of end-to-end CLI integration tests in ai.backend.test
  • API server-client counterparts (e.g., manager API -> client SDK)
  • Test case(s) to:
    • Demonstrate the difference of before/after
    • Demonstrate the flow of abstract/conceptual models with a concrete implementation
  • Documentation
    • Contents in the docs directory
    • docstrings in public interfaces and type annotations

@github-actions github-actions bot added the comp:webserver Related to Web Server component label Jan 20, 2025
@github-actions github-actions bot added the size:XS ~10 LoC label Jan 20, 2025
Copy link
Contributor Author

agatha197 commented Jan 20, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:webserver Related to Web Server component size:XS ~10 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add enable_model_folders Option to Webserver Config for Data & Storage Page in Web UI
1 participant