Skip to content

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 22 Jun 18:08

Install

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

Full package (offline install)

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