Skip to content

v1.1.6

Choose a tag to compare

@github-actions github-actions released this 20 Jul 15:43

Install

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

Full package (offline install)

  • deepwind-harness.tar.gz (124K gzipped)
  • SHA-256: a41ddca211e3b12c5932ec3e3e8d0dd07928df1c3e62f4126b2820dfda45d249
curl -fsSL https://github.com/DeepWindAI/harness/releases/download/v1.1.6/deepwind-harness.tar.gz -o deepwind-harness.tar.gz
echo "a41ddca211e3b12c5932ec3e3e8d0dd07928df1c3e62f4126b2820dfda45d249  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