Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Validators will need enough processing power to evaluate their model. As of Jan
git clone https://github.com/NousResearch/finetuning-subnet.git
```

2. Setup your python [virtual environment](https://docs.python.org/3/library/venv.html) or [Conda environment](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands).
2. Setup your python [virtual environment](https://docs.python.org/3/library/venv.html) or [Conda environment](https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html).

3. Install the requirements. From your virtual environment, run
```shell
Expand Down Expand Up @@ -137,4 +137,4 @@ python neurons/validator.py
--wandb.off
--offline
```
---
---