Skip to content

Commit

Permalink
fix: Wrong device name for Rebellions ATOM+ (#2631)
Browse files Browse the repository at this point in the history
This pull request is a follow-up of #2504.

## Changes
- Update device name for Rebellions ATOM PLUS device from `ATOM` to `ATOM+`.

**Checklist:** (if applicable)

- [x] Mention to the original issue
  • Loading branch information
rapsealk committed Aug 13, 2024
1 parent d68fb64 commit 99a579c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/ResourceNumber.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const ResourceTypeIcon: React.FC<AccTypeIconProps> = ({
'tpu.device': [<MWCIconWrap size={size}>view_module</MWCIconWrap>, 'TPU'],
'ipu.device': [<MWCIconWrap size={size}>view_module</MWCIconWrap>, 'IPU'],
'atom.device': ['/resources/icons/rebel.svg', 'ATOM'],
'atom-plus.device': ['/resources/icons/rebel.svg', 'ATOM'],
'atom-plus.device': ['/resources/icons/rebel.svg', 'ATOM+'],
'warboy.device': ['/resources/icons/furiosa.svg', 'Warboy'],
'hyperaccel-lpu.device': [
'/resources/icons/npu_generic.svg',
Expand Down

0 comments on commit 99a579c

Please sign in to comment.