Skip to content

isabella618033/neurons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

Opensource Bittensor Neurons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages