Skip to content

Commit

Permalink
Downgrade pytorch form 2.3.0 to 2.2.2
Browse files Browse the repository at this point in the history
Missing dll file on Windows, pytorch GH issue 125109
  • Loading branch information
xxyzz committed May 1, 2024
1 parent dec6d0b commit f0a99d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from calibre.customize import InterfaceActionBase

VERSION = (3, 31, 4)
VERSION = (3, 31, 5)


class WordDumbDumb(InterfaceActionBase):
Expand Down
2 changes: 1 addition & 1 deletion data/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"spacy_cpu_model": "3.7.0",
"spacy_trf_model": "3.7.2",
"thinc-apple-ops": "0.1.5",
"torch": "2.3.0",
"torch": "2.2.2",
"typing-extensions": "4.11.0"
}

0 comments on commit f0a99d6

Please sign in to comment.