Skip to content

valeman/HAILS

 
 

Repository files navigation

Hails

Instructions

Requirements:

  • Python >=3.11
  • Rye

Installation

  1. Download M5 Dataset following the instructions in Reamde
  2. Run ./dataset/M5/extract.sh
  3. Run rye sync to download the required dependencies
  4. Run rye run python pretrainm5.py for pre-training (atleast for 10 epochs)
  5. Run rye run python trainm5.py for training (atleast for 100 epochs)
  • Requires atleast 70 GB VRAM with Mixed precision
  • Toggle SCALE_PREC = False in trainm5.py to use FP16 to run on GPUs of less than 40 GB VRAM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 96.7%
  • Python 3.3%