Skip to content

Commit

Permalink
remuve modelGraphs from nim tab
Browse files Browse the repository at this point in the history
  • Loading branch information
LinoyBitan1 committed Jan 14, 2025
1 parent 2621c21 commit 3aa9949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { InferenceServiceKind } from '~/k8sTypes';
import { SupportedArea, useIsAreaAvailable } from '~/concepts/areas';
import { isModelMesh } from '~/pages/modelServing/utils';
import MetricsPageToolbar from '~/concepts/metrics/MetricsPageToolbar';
import ModelGraphs from '~/pages/modelServing/screens/metrics/nim/ModelGraphs';
import NimMetrics from './NimMetrics';

type NIMTabProps = {
model: InferenceServiceKind;
Expand Down Expand Up @@ -37,7 +37,7 @@ const NIMTab: React.FC<NIMTabProps> = ({ model }) => {
<MetricsPageToolbar />
</StackItem>
<PageSection hasBodyWrapper={false} isFilled>
<ModelGraphs model={model} />
<NimMetrics modelName={model.metadata.name} />
</PageSection>
</Stack>
);
Expand Down

0 comments on commit 3aa9949

Please sign in to comment.