knagrecha / hydra

Execution framework for multi-task model parallelism. Enables the training of arbitrarily large models with a single GPU, with linear speedups for multi-gpu multi-task execution.
Apache License 2.0
20 stars 3 forks source link

Hydra Release 2021.11 #1

Open knagrecha opened 2 years ago

knagrecha commented 2 years ago

Current Release:

Next Release TODOs (Target Completion: 2022.06):

Long-term TODOs

knagrecha commented 2 years ago

Also, really need to get support for PyTorch 1.10 and the corresponding torchtext. The codebase itself should be fine, even have some possible optimization opportunities (see saved_intermediates branch) but the examples just break entirely when I try to upgrade PyTorch.