prompting-dashboard / README.md
steffenc's picture
Add README note for python version
60f2f11
|
raw
history blame
449 Bytes
# 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. **Note**: This project uses python >=3.10.
```bash
pip install -r requirements.txt
```
> Note: Currently the prompting library is only installable on machines with cuda devices (NVIDIA-GPU).