File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
11
## 1.0.3
2
12
3
13
This update fix minor issues.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ in-project = true
8
8
9
9
[tool .poetry ]
10
10
name = " openlrc"
11
- version = " 1.0.5 "
11
+ version = " 1.1.0 "
12
12
description = " Transcribe (whisper) and translate (gpt) voice into LRC file."
13
13
license = " MIT"
14
14
authors = [
@@ -56,9 +56,9 @@ soundfile = "^0.12.1"
56
56
ffmpeg-normalize = " ^1.27.5"
57
57
deepfilternet = " ^0.5.6"
58
58
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"
62
62
# torch = { version = "2.0.1", source = "torch" }
63
63
# torchaudio = { version = "2.0.2", source = "torch" }
64
64
# torchvision = { version = "0.15.2", source = "torch" }
You can’t perform that action at this time.
0 commit comments