mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Upgrade torch, torchvision package versions
This commit is contained in:
parent
972523e8a9
commit
e6abe76875
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -24,8 +24,8 @@ setup(
|
|||
),
|
||||
install_requires=[
|
||||
"numpy == 1.22.4",
|
||||
"torch == 1.11.0",
|
||||
"torchvision == 0.12.0",
|
||||
"torch == 1.12.1",
|
||||
"torchvision == 0.13.1",
|
||||
"transformers == 4.21.0",
|
||||
"sentence-transformers == 2.1.0",
|
||||
"openai == 0.20.0",
|
||||
|
|
Loading…
Reference in a new issue