Skip to content

v0.4.23

Compare
Choose a tag to compare
@3Hren 3Hren released this 12 Mar 08:42
· 57 commits to master since this release

Added

  • Benchmark support for GPU type (#1857).
    this PR adds benchmarks for GPU type - NVidia or Radeon only, which is useful when specific card type is required.
  • Remote GPU tuner (#1853).

Fixed

  • Fix already fixed streaming auth (#1859).
  • Proper version for go-reuseport (#1860).
  • Use LinkOrCopyStrategy to provision nvidia volumes (#1855).
    Now we're hardlinking .so files and other nvidia related stuff into the volume. This way isn't working when /var is present in another partition, we must fallback to Copy in such case.
  • Preventing division by zero panics in the sonm-mon (#1852).
    Closes #1851.