github onepanelio/onepanel v0.20.0

latest releases: v1.0.2, v1.0.2-rc.1, v1.0.1...
3 years ago

Documentation

See https://docs.onepanel.ai

CLI Installation

Linux

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v0.20.0/opctl-linux-amd64

# Make binary executable
chmod +x opctl-linux-amd64

# Move binary to path
mv ./opctl-linux-amd64 /usr/local/bin/opctl

# Test installation
opctl version

macOS

# Download the binary
curl -sLO https://github.com/onepanelio/onepanel/releases/download/v0.20.0/opctl-macos-amd64

# Make binary executable
chmod +x opctl-macos-amd64

# Move binary to path
mv ./opctl-macos-amd64 /usr/local/bin/opctl

# Test installation
opctl version

Windows

Download the attached executable, rename it to "opctl" and move it to a folder that is in your PATH environment variable.

Changelog

Features

  • feat: Update code to work better with PNS executor (#904)
  • feat: Update hyperparam tuning starter template (#275)
  • feat: improve file download speeds for filesyncer (#281)
  • feat: add default workflow engine runtime executor if one is not present (#98)
  • feat: default to pns for workflow engine and hide the configuration (#119)
  • feat: Update hyperparameter tuning docs (#105)

Fixes

  • fix: fixes stability issue with pns executor (#892)
  • fix: windows sections of contribution guide (#902)
  • fix: bug with remove hyperparam tuning migration (#905)
  • fix: wrong onepanel/dl version (#906)
  • fix: don't use port 80 for host port (#907)
  • fix: updated repo in generate release notes as the name has changed (#908)

Other

  • chore: Update cvat training starter template (#283)

Contributors

Don't miss a new onepanel release

NewReleases is sending notifications on new releases.