diff --git a/CHANGELOG.md b/CHANGELOG.md index bf8a338..52c89b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.1.0 + +This update improve the translation quality. + +#### Other Changes: + +- Update faster-whisper version to 1.0.0. +- Set hallucination_silence_threshold to 2, which alleviates the hallucination issue. +- Add proxy argument. + ## 1.0.3 This update fix minor issues. diff --git a/pyproject.toml b/pyproject.toml index e42b408..96645ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ in-project = true [tool.poetry] name = "openlrc" -version = "1.0.5" +version = "1.1.0" description = "Transcribe (whisper) and translate (gpt) voice into LRC file." license = "MIT" authors = [ @@ -56,9 +56,9 @@ soundfile = "^0.12.1" ffmpeg-normalize = "^1.27.5" deepfilternet = "^0.5.6" aiohttp = "^3.8.5" -#torch = ">=2.0.0, !=2.0.1" -#torchaudio = "^2.0.0" -#torchvision = "^0.17.1" +torch = ">=2.0.0, !=2.0.1" +torchaudio = "^2.0.0" +torchvision = "^0.17.1" #torch = { version = "2.0.1", source = "torch" } #torchaudio = { version = "2.0.2", source = "torch" } #torchvision = { version = "0.15.2", source = "torch" }