Skip to content

Commit 8971305

Browse files
committed
v4.50.1
1 parent d9ccb9a commit 8971305

File tree

3 files changed

+2
-294
lines changed

3 files changed

+2
-294
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def run(self):
446446

447447
setup(
448448
name="transformers",
449-
version="4.50.0", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
449+
version="4.50.1", # expected format is one of x.y.z.dev0, or x.y.z.rc1 or x.y.z (no to dashes, yes to dots)
450450
author="The Hugging Face team (past and future) with the help of all our contributors (https://github.com/huggingface/transformers/graphs/contributors)",
451451
author_email="[email protected]",
452452
description="State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow",

src/transformers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# to defer the actual importing for when the objects are requested. This way `import transformers` provides the names
1919
# in the namespace without actually importing anything (and especially none of the backends).
2020

21-
__version__ = "4.50.0"
21+
__version__ = "4.50.1"
2222

2323
from typing import TYPE_CHECKING
2424

src/transformers/models/prompt_depth_anything/convert_prompt_depth_anything_to_hf.py

-292
This file was deleted.

0 commit comments

Comments
 (0)