Skip to content

Commit

Permalink
add atom-plus and gaudi2 devices as allowed devices on service launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho authored and agatha197 committed Aug 19, 2024
1 parent 4f71e74 commit 57f6743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions react/src/components/ServiceLauncherPageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ interface ServiceCreateConfigResourceType {
'tpu.device'?: number | string;
'ipu.device'?: number | string;
'atom.device'?: number | string;
'gaudi2.device'?: number | string;
'atom-plus.device'?: number | string;
'warboy.device'?: number | string;
'hyperaccel-lpu.device'?: number | string;
}
Expand Down

0 comments on commit 57f6743

Please sign in to comment.