mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Fix the minimum version of the transformers library required to address #404
This commit is contained in:
parent
e6e3acdbe4
commit
d00f51b531
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ dependencies = [
|
||||||
"rich >= 13.3.1",
|
"rich >= 13.3.1",
|
||||||
"schedule == 1.1.0",
|
"schedule == 1.1.0",
|
||||||
"sentence-transformers == 2.2.2",
|
"sentence-transformers == 2.2.2",
|
||||||
|
"transformers >= 4.28.0",
|
||||||
"torch >= 2.0.1",
|
"torch >= 2.0.1",
|
||||||
"uvicorn == 0.17.6",
|
"uvicorn == 0.17.6",
|
||||||
"aiohttp == 3.8.4",
|
"aiohttp == 3.8.4",
|
||||||
|
|
Loading…
Reference in a new issue