Skip to content

Commit

Permalink
bump to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Jan 7, 2024
1 parent 9c12e5d commit 01c8fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ is closed then to get back into the environment `cd transcribe_anything` and exe
* All tests are run by `tox`, simply go to the project directory root and run it.

# Versions
* 2.4.0: pytorch updated to 2.1.2, gpu install script updated to same + cuda version is now 121.
* 2.3.9: Fallback to `cpu` device if `gpu` device is not compatible.
* 2.3.8: Fix --models arg which
* 2.3.7: Critical fix: fixes dependency breakage with open-ai. Fixes windows use of embedded tool.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
EMAIL = "[email protected]"
AUTHOR = "Zach Vorhies"
REQUIRES_PYTHON = ">=3.10.0"
VERSION = "2.3.9"
VERSION = "2.4.0"

# The text of the README file
with open(os.path.join(HERE, "README.md"), encoding="utf-8", mode="r") as fd:
Expand Down

0 comments on commit 01c8fe5

Please sign in to comment.