Skip to content

Commit

Permalink
Merge pull request #49 from elezar/correct-ada-arch
Browse files Browse the repository at this point in the history
Use 'Ada Lovelace' instead of 'Ada'
  • Loading branch information
elezar authored Dec 6, 2024
2 parents bf0cbc7 + a2e1522 commit 1482a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nvlib/device/device.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (d *device) GetArchitectureAsString() (string, error) {
case nvml.DEVICE_ARCH_AMPERE:
return "Ampere", nil
case nvml.DEVICE_ARCH_ADA:
return "Ada", nil
return "Ada Lovelace", nil
case nvml.DEVICE_ARCH_HOPPER:
return "Hopper", nil
case nvml.DEVICE_ARCH_UNKNOWN:
Expand Down

0 comments on commit 1482a94

Please sign in to comment.