CERC-AAI / multimodal

An implementation of model parallel autoregressive transformers on GPUs, based on the DeepSpeed library.
Apache License 2.0
8 stars 2 forks source link

Remove all user-specific paths from all configs #30

Closed Rabbidon closed 1 year ago

Rabbidon commented 1 year ago

We should not have to have people go through whatever config they want to run and change all the baked-in paths to ones that correspond to their user directories.

Instead of having hard-baked paths in the .yml files, we should make a method that constructs the relevant paths for the user's home dir in the config parsers