Lightning-AI/litgpt

Missing python dependencies for running pretrain tutorial

morphpiece opened this issue · 1 comments

While running the pretraining tutorial, I was asked to install following pythong dependencies. Probably they will be needed for any pretraining job, so it might be useful to point it out in the tutorial.

  • tensorboard
  • tokenizers
  • requests
  • huggingface_hub
  • litdata

Thanks for the feedback! I added a brief note about this via #1502