File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
# We don't declare our dependency on transformers here because we build with
31
31
# different packages for different variants
32
32
33
- VERSION = "1.2 .0"
33
+ VERSION = "1.3 .0"
34
34
35
35
install_requires = [
36
36
"sagemaker-inference>=1.5.5" ,
77
77
78
78
setup (
79
79
name = "sagemaker-huggingface-inference-toolkit" ,
80
- version = VERSION
81
- if os .getenv ("SM_HF_TOOLKIT_RELEASE" ) is not None
82
- else VERSION + "b" + str (date .today ()).replace ("-" , "" ),
80
+ version = VERSION ,
81
+ # if os.getenv("SM_HF_TOOLKIT_RELEASE") is not None
82
+ # else VERSION + "b" + str(date.today()).replace("-", ""),
83
83
author = "HuggingFace and Amazon Web Services" ,
84
84
description = "Open source library for running inference workload with Hugging Face Deep Learning Containers on "
85
85
"Amazon SageMaker." ,
You can’t perform that action at this time.
0 commit comments