Skip to content

Commit

Permalink
Bump up to version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-plus committed Jul 1, 2024
1 parent 978303f commit 34615a8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.4.1

Minor bugfixes and improvements.

### Other Changes:

- Fix default check_format returning False issue.
- Fix edges cases for srt file generation.
- Prepare translation evaluator for benchmarking.

## 1.5.0

This update add Gemini Models support for translation.
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ in-project = true

[tool.poetry]
name = "openlrc"
version = "1.5.0"
version = "1.5.1"
description = "Transcribe (whisper) and translate (gpt) voice into LRC file."
license = "MIT"
authors = [
Expand Down Expand Up @@ -64,7 +64,8 @@ aiohttp = "^3.9.4"
ctranslate2 = "4.2.1"
gradio = "^4.26.0"
numpy = "^1.26.4"
google-generativeai = '0.7.0'
google-generativeai = "0.7.0"
json_repair = "0.25.2"

#torch = ">=2.0.0, !=2.0.1"
#torchaudio = "^2.0.0"
Expand Down

0 comments on commit 34615a8

Please sign in to comment.