Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Apr 12:06
· 96 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: 0x53143884ee0a9d86bcbc85f61f6f1d716dd3ec03cc74a3153cdca699af0d3dc7

Full Changelog: v0.1.0...v0.1.1