torch verisoning

pull/307/head
Kye 1 year ago committed by Zack
parent 25451010d5
commit 02cecfc281

@ -22,14 +22,14 @@ classifiers = [
] ]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.6.1" python = "^3.8.1"
torch = "2.1.1" torch = "2.1.1"
transformers = "2.10" transformers = "*"
openai = "0.28.0" openai = "0.28.0"
langchain = "*" langchain = "*"
asyncio = "*" asyncio = "*"
einops = "*" einops = "*"
google-generativeai = "0.3.0" google-generativeai = "*"
langchain-experimental = "*" langchain-experimental = "*"
playwright = "*" playwright = "*"
weaviate-client = "*" weaviate-client = "*"

@ -41,6 +41,7 @@ playwright
wget==3.2 wget==3.2
simpleaichat simpleaichat
httpx httpx
torch==2.1.1
open_clip_torch open_clip_torch
ggl ggl
beautifulsoup4 beautifulsoup4

Loading…
Cancel
Save