Skip to content

Commit dd29413

Browse files
authored
Upgrade package version (#451)
* Upgrade package version Signed-off-by: Raphael Glon <[email protected]> * Diffusers docker image: update api-inference-community dep Use new 0.0.33 release Signed-off-by: Raphael Glon <[email protected]> --------- Signed-off-by: Raphael Glon <[email protected]> Co-authored-by: Raphael Glon <[email protected]>
1 parent 2563277 commit dd29413

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker_images/diffusers/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
starlette==0.27.0
2-
# to be replaced with api-inference-community==0.0.33 as soon as released
3-
git+https://github.com/huggingface/api-inference-community.git@35ad9135cb3cde7993c85694236a6572a0f63796
2+
api-inference-community==0.0.33
43
# to be replaced with diffusers 0.31.0 as soon as released
54
git+https://github.com/huggingface/diffusers.git@2a3fbc2cc269aa0c0d5cfdfaa3564d769d92b882
65
transformers==4.41.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="api_inference_community",
6-
version="0.0.32",
6+
version="0.0.33",
77
description="A package with helper tools to build an API Inference docker app for Hugging Face API inference using huggingface_hub",
88
long_description=open("README.md", "r", encoding="utf-8").read(),
99
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)