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

Fix wrong information in Documentation #132

Closed MarleneKress79789 closed 10 months ago

MarleneKress79789 commented 11 months ago
### Tasks
- [x] in dev docu: build and then download build archive is very strange. remove mention of download
- [x] need to updated dev docu: run tests should now be done using nox, also needs to mention starting db
- [x] user guide: "python -m exasol_transformers_extension.deploy language-container --version 0.5.0 ..." tries to download slc from github but does not seem to exist (might be a wrong name issue)
- [x] deployment.deployment_utils.py : should be: GH_RELEASE_URL = "https://github.com/exasol/transformers-extension/releases/tag" (No this is correct as is)
MarleneKress79789 commented 10 months ago

Number 3 and 4 where fixed in #134