Skip to content

Commit 541ba5a

Browse files
authored
Fixes the dependencies, moves to the Transformers ext v 0.9.0 (#84)
* Moving to the transformers version 0.9.0 * Moving to the transformers version 0.9.0
1 parent 80b55be commit 541ba5a

File tree

4 files changed

+388
-339
lines changed

4 files changed

+388
-339
lines changed

doc/changes/changes_0.2.6.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ This release adds the extension wrappers, the ITDE manager and makes full use of
2121
* #75: Connect the current docker container with the ITDE docker network in bring_itde_up
2222
* #78: Added removal of the current container from docker network of the ITDE
2323
* #80: Pointed the Transformers Extension wrapper to the version 0.9.0 of the Transformers Extension.
24-
* #81: Renamed the secret store keys "aws_bucket" and "aws_role" to respectively "sme_aws_bucket" and "sme_aws_role".
24+
* #81: Renamed the secret store keys "aws_bucket" and "aws_role" to respectively "sme_aws_bucket" and "sme_aws_role".
25+
* #83: Fixing the dependencies relevant to the transformers extension, moving to its version 0.9.0

exasol/sagemaker_extension_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Extension, including its language container, will be uploaded.
2121
PATH_IN_BUCKET = "SME"
2222

23-
LATEST_KNOWN_VERSION = "0.6.0"
23+
LATEST_KNOWN_VERSION = "0.7.0"
2424

2525
# Activation SQL for the Sagemaker Extension will be saved in the secret
2626
# store with this key.

0 commit comments

Comments
 (0)