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

Web UI profiles #618

Open
wants to merge 58 commits into
base: main
Choose a base branch
from
Open

Web UI profiles #618

wants to merge 58 commits into from

Conversation

VukW
Copy link
Contributor

@VukW VukW commented Sep 17, 2024

depends on #606, and #615
Web-UI: add a profile drop-down field to change profiles quickly

VukW added 26 commits August 10, 2024 15:16
# Conflicts:
#	cli/medperf/commands/list.py
#	cli/medperf/entities/benchmark.py
#	cli/medperf/entities/cube.py
#	cli/medperf/entities/dataset.py
#	cli/medperf/entities/interface.py
Right now all settings are distributed among hardcoded (and updated during init) values at `config.py`, and dynamic (loaded from .yaml file) profile's `ConfigManager`.
So there is a confusion - which module is responsible for what. In future I'm going to move all dynamic values to `ConfigManager`, ensuring `settings` is just a hardcoded list of default init values and is never rewritten.
# Conflicts:
#	cli/medperf/entities/benchmark.py
#	cli/medperf/entities/cube.py
@VukW VukW requested a review from a team as a code owner September 17, 2024 10:32
@VukW VukW had a problem deploying to testing-external-code September 17, 2024 10:32 — with GitHub Actions Failure
Copy link
Contributor

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@router.get("/fetch-yaml")
async def fetch_yaml(url: str):
try:
response = requests.get(url)

Check failure

Code scanning / CodeQL

Full server-side request forgery Critical

The full URL of this request depends on a
user-provided value
.
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.

1 participant