From 02cecfc281f12eb305acb136f4611fc00dd2830f Mon Sep 17 00:00:00 2001 From: Kye Date: Thu, 23 Nov 2023 23:20:53 -0800 Subject: [PATCH] torch verisoning --- pyproject.toml | 6 +++--- requirements.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 331ff5d8..17f789aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,14 +22,14 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "^3.6.1" +python = "^3.8.1" torch = "2.1.1" -transformers = "2.10" +transformers = "*" openai = "0.28.0" langchain = "*" asyncio = "*" einops = "*" -google-generativeai = "0.3.0" +google-generativeai = "*" langchain-experimental = "*" playwright = "*" weaviate-client = "*" diff --git a/requirements.txt b/requirements.txt index 6066f5d6..c6ae40f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,6 +41,7 @@ playwright wget==3.2 simpleaichat httpx +torch==2.1.1 open_clip_torch ggl beautifulsoup4