From 01c8fe51ff0d7fddbbc3c61aa02b8249e4c0e879 Mon Sep 17 00:00:00 2001 From: zackees Date: Sat, 6 Jan 2024 19:12:14 -0800 Subject: [PATCH] bump to 2.4.0 --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a193c18..dc0b7d2 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.py b/setup.py index 2d07380..9f1c516 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ EMAIL = "dont@email.me" 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: