Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Apr 22:30
· 100 commits to master since this release

Install

pip:

pip install autonet

Linux/macOS:

curl -sSL https://github.com/autonet-code/node/releases/latest/download/install.sh | bash

Windows (PowerShell):

irm https://github.com/autonet-code/node/releases/latest/download/install.ps1 | iex

Optional extras:

pip install autonet[voice]      # Voice / TTS
pip install autonet[node]       # Full training node (PyTorch)
pip install autonet[p2p]        # P2P networking

Package Integrity Hash

Publish this to the on-chain Registry to enable node self-verification:

Key:   node.code.hash.<version>
Value: 0xfbc43ab72bb0511c4167809829156fa7e0481a797cb1e75986857f3fa7c7fe76

Full Changelog: https://github.com/autonet-code/node/commits/v0.1.0