-
Notifications
You must be signed in to change notification settings - Fork 204
[WIP] LMEval Routes, Empty state setup #4274
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
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
ec2157f
to
1385fe2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! just small changes
variant={EmptyStateVariant.lg} | ||
> | ||
<EmptyStateBody> | ||
<Stack hasGutter> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need a Stack
component here, can we not directly add the text??
{isLmEvalAvailable && ( | ||
<Tab | ||
eventKey={MetricsTabKeys.LM_EVAL} | ||
title={<TabTitleText>LM Eval</TabTitleText>} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title={<TabTitleText>LM Eval</TabTitleText>} | |
title={<TabTitleText>Evaluations</TabTitleText>} |
</EmptyStateBody> | ||
<EmptyStateFooter> | ||
<EmptyStateActions> | ||
<Button variant="primary" onClick={() => navigate('/lmEval/evaluate')}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to pass a state
with deployed model name and namespace right?
frontend/src/pages/modelServing/screens/metrics/MetricsPage.tsx
Outdated
Show resolved
Hide resolved
1385fe2
to
d736194
Compare
* Routes * Global page * Context * Table * Empty state * Table toolbar * Core loader
d736194
to
62e108e
Compare
a0f3d7c
to
ef764b8
Compare
Closing this, as created new PR |
Description
How Has This Been Tested?
Navigate to deployed model details page and click on Evaluate
Test Impact
None
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main