File size: 405 Bytes
2e2d80e
 
fc5ac41
d7cdabb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# chattensor-backend
Backend for Chattensor app

To run, you will need a bittensor wallet which is registered to the relevant subnet (1@mainnet or 61@testnet).




## Install
Create a new python environment and install the dependencies with the command

```bash
pip install -r requirements.txt
```

> Note: Currently the prompting library is only installable on machines with cuda devices (NVIDIA-GPU).