cpllab / lm-zoo

Easy black-box access to state-of-the-art language models
https://cpllab.github.io/lm-zoo/
MIT License
14 stars 6 forks source link

Support Singularity backend #40

Closed hans closed 4 years ago

hans commented 4 years ago

To support computing on Singularity-only HPC clusters (e.g. ours at MIT :) ) I've been converting images ad-hoc, but we can/should make it part of the build process.

Then the CLI needs to also support swapping out Docker and Singularity as backends. This should be possible, but will take some refactoring.