Skip to content

Commit

Permalink
Update Validating.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanuys authored Dec 6, 2024
1 parent cf51d56 commit f32fe33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Validating.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Install the remaining necessary requirements with the following chained command.
```bash
conda activate bitmind
export PIP_NO_CACHE_DIR=1
chmod +x setup_validator_env.sh
./setup_validator_env.sh
chmod +x setup_env.sh
./setup_env.sh
```

## Registration
Expand Down Expand Up @@ -109,4 +109,4 @@ The above command will kick off 3 `pm2` processes
- `run_neuron` manages self heals and auto updates
- `bitmind_validator` is the validator process, whose hotkey, port, etc. are configured in `validator.env`
- `bitmind_data_generator` runs our synthetic data generation pipeline to produce synthetic images and videos.
- These data are stored in `~/.cache/sn34` and are sampled by the `bitmind_validator` process
- These data are stored in `~/.cache/sn34` and are sampled by the `bitmind_validator` process

0 comments on commit f32fe33

Please sign in to comment.