diff --git a/docs/validator.md b/docs/validator.md index 266e11b..a2a24c4 100644 --- a/docs/validator.md +++ b/docs/validator.md @@ -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#creating-an-environment-with-commands). 3. Install the requirements. From your virtual environment, run ```shell @@ -137,4 +137,4 @@ python neurons/validator.py --wandb.off --offline ``` ---- \ No newline at end of file +---