Skip to content

bittensor.com

Internet-scale Neural Networks

Package Information

  • Domain: bittensor.com
  • Name: bittensor.com
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +bittensor.com -- $SHELL -i

Programs

This package provides the following executable programs:

No programs specified

Aliases

This package can also be accessed using these aliases:

  • Bittensor

Available Versions

Show all 63 versions
  • 9.7.0, 9.6.1, 9.6.0, 9.5.0, 9.4.0
  • 9.3.0, 9.2.0, 9.1.0, 9.0.4, 9.0.3
  • 9.0.2, 9.0.1, 9.0.0, 8.5.2, 8.5.1
  • 8.5.0, 8.4.5, 8.4.4, 8.4.3, 8.4.2
  • 8.4.1, 8.4.0, 8.3.1, 8.3.0, 8.2.1
  • 8.2.0, 8.1.1, 8.1.0, 8.0.0, 7.4.0
  • 7.3.1, 7.3.0, 7.2.1, 7.2.0, 7.1.2
  • 7.1.1, 7.1.0, 7.0.2, 7.0.1, 7.0.0
  • 6.12.4, 6.12.3, 6.12.2, 6.12.1, 6.12.0
  • 6.11.1, 6.11.0, 6.10.2, 6.10.1, 6.10.0
  • 6.9.4, 6.9.3, 6.9.2, 6.9.1, 6.9.0
  • 6.8.2, 6.8.1, 6.8.0, 6.7.3, 6.7.2
  • 6.7.1, 6.7.0, 6.5.0

Latest Version: 9.7.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +bittensor.com@9.7.0 -- $SHELL -i

Dependencies

This package depends on:

  • pkgx.sh^1
  • openssl.org^1.1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.bittensorcom

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.