torch verisoning

pull/180/head
Kye 1 year ago
parent 6c7de98d71
commit d97de1c009

@ -23,6 +23,7 @@ classifiers = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8.1" python = "^3.8.1"
torch = "2.1.1"
transformers = "*" transformers = "*"
openai = "0.28.0" openai = "0.28.0"
langchain = "*" langchain = "*"
@ -30,7 +31,6 @@ asyncio = "*"
nest_asyncio = "*" nest_asyncio = "*"
einops = "*" einops = "*"
google-generativeai = "*" google-generativeai = "*"
torch = "*"
langchain-experimental = "*" langchain-experimental = "*"
playwright = "*" playwright = "*"
duckduckgo-search = "*" duckduckgo-search = "*"

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

Loading…
Cancel
Save