Skip to content

Commit

Permalink
Merge pull request #44 from macrocosm-os/update_install_instructions
Browse files Browse the repository at this point in the history
Update flash-attn install instructions.
  • Loading branch information
Sid-Data-Universe authored Jun 22, 2024
2 parents 96d5605 + 8cbe716 commit 2fee2ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/miner.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ cd finetuning
python -m pip install -e .
```

Note: flash-attn may not have their dependencies set up correctly. If you run into issues try installing those requirements separately first:
```shell
pip install packaging
pip install wheel
pip install torch
```

6. Make sure you've [created a Wallet](https://docs.bittensor.com/getting-started/wallets) and [registered a hotkey](https://docs.bittensor.com/subnets/register-and-participate).

7. (Optional) Run a Subtensor instance:
Expand Down
7 changes: 7 additions & 0 deletions docs/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ cd finetuning
python -m pip install -e .
```

Note: flash-attn may not have their dependencies set up correctly. If you run into issues try installing those requirements separately first:
```shell
pip install packaging
pip install wheel
pip install torch
```

5. Make sure you've [created a Wallet](https://docs.bittensor.com/getting-started/wallets) and [registered a hotkey](https://docs.bittensor.com/subnets/register-and-participate).

6. (Optional) Run a Subtensor instance:
Expand Down

0 comments on commit 2fee2ba

Please sign in to comment.