Skip to content

Commit

Permalink
chore: upgrade faster whisper and openai whisper (chidiwilliams#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams authored Jan 6, 2024
1 parent b922d65 commit 3cbeb97
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 76 deletions.
118 changes: 44 additions & 74 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ requests = "^2.31.0"

# Only install on non-Linux to prevent execstack errors
stable-ts = { version = "1.0.2", markers = "sys_platform != 'linux'" }
faster-whisper = { version = "^0.4.1", markers = "sys_platform != 'linux'" }
openai-whisper = { version = "v20231106", markers = "sys_platform != 'linux'" }
faster-whisper = { version = "^0.10.0", markers = "sys_platform != 'linux'" }
openai-whisper = { version = "v20231117", markers = "sys_platform != 'linux'" }
torch = { version = "1.12.1", markers = "sys_platform != 'linux'" }
transformers = { version = "~4.24.0", markers = "sys_platform != 'linux'" }

Expand Down

0 comments on commit 3cbeb97

Please sign in to comment.