From 5fd59ec23e5b0a8c5dea271b8e07677fae92c5ab Mon Sep 17 00:00:00 2001 From: Lucas Newman Date: Fri, 13 Dec 2024 10:02:36 -0800 Subject: [PATCH] 0.2.3 --- f5_tts_mlx/README.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/f5_tts_mlx/README.md b/f5_tts_mlx/README.md index c83f792..cbb33d8 100644 --- a/f5_tts_mlx/README.md +++ b/f5_tts_mlx/README.md @@ -73,3 +73,9 @@ Set the sway sampling coefficient. The best values according to the paper are in int, default: None (random) Set a random seed for reproducible results. + +`--q` + +int, default: None + +Number of bits to use for quantization. 4 and 8 are supported. diff --git a/pyproject.toml b/pyproject.toml index 6e27c8b..b44415d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "f5-tts-mlx" -version = "0.2.2" +version = "0.2.3" authors = [{name = "Lucas Newman", email = "lucasnewman@me.com"}] license = {text = "MIT"} description = "F5-TTS - MLX"