exasol / transformers-extension

An Exasol extension for using state-of-the-art pretrained machine learning models via the Hugging Face Transformers API.
MIT License
2 stars 2 forks source link

Start using the python-extension-common for the language container deployment #228

Closed ahsimb closed 1 month ago

ahsimb commented 1 month ago

The python-extension-common repo includes two objects - LanguageContainerDeployer class and language_container_deploloyer_cli function - respectively for programmatic and manual deployment. They should be used instead of the likewise named object in this repo