fhswf / tagflip-autonlp

Automate NLP tasks
https://autonlp.informatik.fh-swf.de
MIT License
3 stars 2 forks source link

Management of dependencies between package `auto-nlp-workflow-lib` and image `huggingface-pytorch-gpu` #7

Closed cgawron closed 2 years ago

cgawron commented 2 years ago

The docker image huggingface-pytorch-gpu basically wraps the auto-nlp-workflow-lib package and allows trainings and deployments to be run.

The management of dependency is currently quite tricky:

@tnte Please comment if my understanding is incorrect ...

It would be preferable if each depency is specified only once or – if that is not possible – we should add some comments how these specifications are related to each other.

cgawron commented 2 years ago

All dependencies are now defined in the setup.py of auto-nlp-workflow-lib.