Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasnewman committed Dec 13, 2024
1 parent 7d6ab0a commit 5fd59ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions f5_tts_mlx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5fd59ec

Please sign in to comment.