Skip to content

Commit 9630967

Browse files
committed
Bump up to version 1.1.0.
1 parent 69dcc28 commit 9630967

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.1.0
2+
3+
This update improve the translation quality.
4+
5+
#### Other Changes:
6+
7+
- Update faster-whisper version to 1.0.0.
8+
- Set hallucination_silence_threshold to 2, which alleviates the hallucination issue.
9+
- Add proxy argument.
10+
111
## 1.0.3
212

313
This update fix minor issues.

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ in-project = true
88

99
[tool.poetry]
1010
name = "openlrc"
11-
version = "1.0.5"
11+
version = "1.1.0"
1212
description = "Transcribe (whisper) and translate (gpt) voice into LRC file."
1313
license = "MIT"
1414
authors = [
@@ -56,9 +56,9 @@ soundfile = "^0.12.1"
5656
ffmpeg-normalize = "^1.27.5"
5757
deepfilternet = "^0.5.6"
5858
aiohttp = "^3.8.5"
59-
#torch = ">=2.0.0, !=2.0.1"
60-
#torchaudio = "^2.0.0"
61-
#torchvision = "^0.17.1"
59+
torch = ">=2.0.0, !=2.0.1"
60+
torchaudio = "^2.0.0"
61+
torchvision = "^0.17.1"
6262
#torch = { version = "2.0.1", source = "torch" }
6363
#torchaudio = { version = "2.0.2", source = "torch" }
6464
#torchvision = { version = "0.15.2", source = "torch" }

0 commit comments

Comments
 (0)