Skip to content

v2.16.0

Compare
Choose a tag to compare
@andrewballantyne andrewballantyne released this 06 Oct 14:08
· 2154 commits to main since this release
b9f4a84

Notable Changes

  • AcceleratorProfiles (and Habana support) are now available
    • Accelerators are the group term for GPUs & AI specific chips that don’t include the Graphics (“G” in GPU) aspect
    • An AcceleratorProfile is a way to describe the backing resource
    • AcceleratorProfiles have “identifier” to speak nvidia.com/gpu or any brand that a Node would understand and be able to schedule
      • Each profile has the ability to come with a description & and display name to curate it for your users
      • Tolerations can not be specified more openly for existing Nvidia GPU and any future accelerators you want to support
    • Since this is the grouping term for our existing support of Nvidia GPUs, a couple things are updated in this area
      • On upgrade, if you have GPUs installed, we should detect that and create you a migrated-gpu AcceleratorProfile
      • If you have any problems with this, an AcceleratorProfile can be created in the application namespace (where the Dashboard is deployed)
    • We welcome all feedback, please log an issue if you see gaps in our flow for your use-cases
  • Bug fixes

What's Changed

New Contributors

Full Changelog: v2.15.0...v2.16.0