Skip to content

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 29 Jun 16:48

Install

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

Full package (offline install)

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