Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ transformers-legacy = [
# ctranslate2 is isolated as an optional extra for c_translate / c_generate / c_whisper.

ctranslate = [
"ctranslate2==4.6.0",
"ctranslate2==4.8.0",
]
# Deprecated alias; use ctranslate instead.
whisper = [
"ctranslate2==4.6.0",
"ctranslate2==4.8.0",
]
vllm = [
"vllm>=0.16.0",
Expand Down
Loading