From cf2a63bb9ccd03d1a270bce1a28730971ee81172 Mon Sep 17 00:00:00 2001 From: David Thomas Date: Tue, 18 Oct 2022 09:43:21 -0700 Subject: [PATCH 1/2] Update version to 2.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dc72fa7..6e523dc 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ # We don't declare our dependency on transformers here because we build with # different packages for different variants -VERSION = "2.0.0" +VERSION = "2.1.0" # Ubuntu packages From 0084481b7b08231a4546bcd62243db58de1ba93c Mon Sep 17 00:00:00 2001 From: David Thomas Date: Tue, 18 Oct 2022 09:48:37 -0700 Subject: [PATCH 2/2] Update sagemaker-inference dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6e523dc..030fb43 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ # libavcodec-extra : libavcodec-extra inculdes additional codecs for ffmpeg install_requires = [ - "sagemaker-inference>=1.5.11", + "sagemaker-inference>=1.8.0", "huggingface_hub>=0.0.8", "retrying", "numpy",