prompting icon indicating copy to clipboard operation
prompting copied to clipboard

Add missing packages from install

Open mogmachine opened this issue 1 year ago • 1 comments

The following packages are not included in your base install that need to be for seamless validator setup:

  • bittensor
  • huggingface_hub
  • wandb

mogmachine avatar Sep 24 '24 10:09 mogmachine

These are installed when running poetry install --extras "validator" which is performed automatically by the run script run.sh. We may merge the miner and validator dependencies to simplify this though.

bkb2135 avatar Sep 26 '24 23:09 bkb2135