mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-10 13:26:13 +00:00
Fix the minimum version of the transformers library required to address #404
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user