Skip to content
Closed
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ optimum-quanto = ">=0.2.5"
optimum = "*"
ctranslate2 = "==4.6.0"
whisper-s2t = "==1.3.0"
hqq = "<0.2.7" # pinned to 0.2.6 to avoid re-loading model bug introduced in 0.2.7
hqq = "<0.2.8" # pinned to 0.2.6 to avoid re-loading model bug introduced in 0.2.7
torchao = "*"
llmcompressor = "*"
# Added Optional Dependencies from Extras
Expand Down