Skip to content

Commit

Permalink
Change TOKENIZER_VERSION to TOKENIZATION_VERSION in .make.versions.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <eres@il.ibm.com>
  • Loading branch information
revit13 committed May 27, 2024
1 parent 5c7c3d7 commit 386864f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .make.versions
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FILTER_VERSION=0.3.0
NOOP_VERSION=0.8.0
RESIZE_VERSION=0.3.0
LANG_ID_VERSION=0.3.0
TOKENIZER_VERSION=0.3.0
TOKENIZATION_VERSION=0.3.0
MALWARE_VERSION=0.4.0
PROGLANG_SELECT_VERSION=0.3.0
CODE_QUALITY_VERSION=0.3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
doc_id_image = "quay.io/dataprep1/data-prep-kit/doc_id:0.3.1"
ededup_image = "quay.io/dataprep1/data-prep-kit/ededup:0.3.0"
fdedup_image = "quay.io/dataprep1/data-prep-kit/fdedup:0.3.0"
tokenizer_image = "quay.io/dataprep1/data-prep-kit/tokenization:0.2.0"
tokenizer_image = "quay.io/dataprep1/data-prep-kit/tokenization:0.3.0"


# Pipeline to invoke execution on remote resource
Expand Down
2 changes: 1 addition & 1 deletion transforms/universal/doc_id/kfp_ray/v1/doc_id_wf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
)


task_image = "quay.io/dataprep1/data-prep-kit/doc_id:0.3.0"
task_image = "quay.io/dataprep1/data-prep-kit/doc_id:0.3.1"

# the name of the job script
EXEC_SCRIPT_NAME: str = "doc_id_transform.py"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# the name of the job script
EXEC_SCRIPT_NAME: str = "tokenization_transform.py"

task_image = "quay.io/dataprep1/data-prep-kit/tokenization:0.2.0"
task_image = "quay.io/dataprep1/data-prep-kit/tokenization:0.3.0"

# components
base_kfp_image = "quay.io/dataprep1/data-prep-kit/kfp-data-processing:0.1.1"
Expand Down
2 changes: 1 addition & 1 deletion transforms/universal/tokenization/ray/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include $(REPOROOT)/transforms/.make.transforms

TRANSFORM_NAME=tokenization
# $(REPOROOT)/.make.versions file contains the versions
DOCKER_IMAGE_VERSION=${TOKENIZER_VERSION}
DOCKER_IMAGE_VERSION=${TOKENIZATION_VERSION}


venv:: .transforms.ray-venv
Expand Down

0 comments on commit 386864f

Please sign in to comment.