Skip to content

v1.1.5

Choose a tag to compare

@github-actions github-actions released this 13 Jul 16:19

Install

curl -fsSL https://deepwind.ai/install/deepwind-init.sh | bash

Full package (offline install)

  • deepwind-harness.tar.gz (122K gzipped)
  • SHA-256: 009e542d69829b697523c3fd235d4dabaad494f277178859c7d600510004de2f
curl -fsSL https://github.com/DeepWindAI/harness/releases/download/v1.1.5/deepwind-harness.tar.gz -o deepwind-harness.tar.gz
echo "009e542d69829b697523c3fd235d4dabaad494f277178859c7d600510004de2f  deepwind-harness.tar.gz" | shasum -a 256 -c -
mkdir deepwind-harness && tar -xzf deepwind-harness.tar.gz -C deepwind-harness && cd deepwind-harness
./install.sh