Skip to content

Commit

Permalink
Fixes the dependencies, moves to the Transformers ext v 0.9.0 (#84)
Browse files Browse the repository at this point in the history
* Moving to the transformers version 0.9.0

* Moving to the transformers version 0.9.0
  • Loading branch information
ahsimb authored Feb 1, 2024
1 parent 80b55be commit 541ba5a
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 339 deletions.
3 changes: 2 additions & 1 deletion doc/changes/changes_0.2.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ This release adds the extension wrappers, the ITDE manager and makes full use of
* #75: Connect the current docker container with the ITDE docker network in bring_itde_up
* #78: Added removal of the current container from docker network of the ITDE
* #80: Pointed the Transformers Extension wrapper to the version 0.9.0 of the Transformers Extension.
* #81: Renamed the secret store keys "aws_bucket" and "aws_role" to respectively "sme_aws_bucket" and "sme_aws_role".
* #81: Renamed the secret store keys "aws_bucket" and "aws_role" to respectively "sme_aws_bucket" and "sme_aws_role".
* #83: Fixing the dependencies relevant to the transformers extension, moving to its version 0.9.0
2 changes: 1 addition & 1 deletion exasol/sagemaker_extension_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Extension, including its language container, will be uploaded.
PATH_IN_BUCKET = "SME"

LATEST_KNOWN_VERSION = "0.6.0"
LATEST_KNOWN_VERSION = "0.7.0"

# Activation SQL for the Sagemaker Extension will be saved in the secret
# store with this key.
Expand Down
Loading

0 comments on commit 541ba5a

Please sign in to comment.