Skip to content

Commit

Permalink
Upgrade package version (#451)
Browse files Browse the repository at this point in the history
* Upgrade package version

Signed-off-by: Raphael Glon <oOraph@users.noreply.github.com>

* Diffusers docker image: update api-inference-community dep

Use new 0.0.33 release

Signed-off-by: Raphael Glon <oOraph@users.noreply.github.com>

---------

Signed-off-by: Raphael Glon <oOraph@users.noreply.github.com>
Co-authored-by: Raphael Glon <oOraph@users.noreply.github.com>
  • Loading branch information
oOraph and oOraph authored Sep 4, 2024
1 parent 2563277 commit dd29413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docker_images/diffusers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
starlette==0.27.0
# to be replaced with api-inference-community==0.0.33 as soon as released
git+https://github.com/huggingface/api-inference-community.git@35ad9135cb3cde7993c85694236a6572a0f63796
api-inference-community==0.0.33
# to be replaced with diffusers 0.31.0 as soon as released
git+https://github.com/huggingface/diffusers.git@2a3fbc2cc269aa0c0d5cfdfaa3564d769d92b882
transformers==4.41.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

0 comments on commit dd29413

Please sign in to comment.