Skip to content

Commit

Permalink
Merge pull request #48 from aws/release-for-inferentia-support
Browse files Browse the repository at this point in the history
v1.3.0
  • Loading branch information
philschmid authored Dec 16, 2021
2 parents 722edfb + f5c32ef commit 13ce478
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# We don't declare our dependency on transformers here because we build with
# different packages for different variants

VERSION = "1.2.0"
VERSION = "1.3.0"

install_requires = [
"sagemaker-inference>=1.5.5",
Expand Down Expand Up @@ -77,9 +77,9 @@

setup(
name="sagemaker-huggingface-inference-toolkit",
version=VERSION
if os.getenv("SM_HF_TOOLKIT_RELEASE") is not None
else VERSION + "b" + str(date.today()).replace("-", ""),
version=VERSION,
# if os.getenv("SM_HF_TOOLKIT_RELEASE") is not None
# else VERSION + "b" + str(date.today()).replace("-", ""),
author="HuggingFace and Amazon Web Services",
description="Open source library for running inference workload with Hugging Face Deep Learning Containers on "
"Amazon SageMaker.",
Expand Down

0 comments on commit 13ce478

Please sign in to comment.