Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.47 KB

README.md

File metadata and controls

56 lines (43 loc) · 1.47 KB

Neurons

Discord Chat PyPI version License: MIT


Opensource Bittensor Neurons

DiscordDocsNetworkResearchCode

Neurons is a set of fully contained p2p Bittensor neuron-miners which run seamlessly on any one of our core networks.

1. Documentation

https://app.gitbook.com/@opentensor/s/bittensor/

2. Install

Through bittensor

$ python3 -m pip3 install bittensor

or from source

$ cd neurons
$ python3 -m pip3 install -e .

3. Using Neurons

From bash

$ python3 neurons/text/template_miner/main.py

From python

>> import bittensor.neurons as neurons
>> neurons.text.template_miner.neuron().run()

From the cli.

$ btcli run