Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 04 Apr 20:17
· 6 commits to master since this release

Install

pip:

pip install autonet-computer

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-computer[voice]      # Voice / TTS
pip install autonet-computer[node]       # Full training node (PyTorch)
pip install autonet-computer[p2p]        # P2P networking

Package Integrity Hash

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

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

Full Changelog: v0.1.2...v0.1.3