diff --git a/AI-Upscaling-With-NPU/pyproject.toml b/AI-Upscaling-With-NPU/pyproject.toml index 920a59b..7ed9df9 100644 --- a/AI-Upscaling-With-NPU/pyproject.toml +++ b/AI-Upscaling-With-NPU/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "torchinfo>=1.8.0", "plotly>=6.0.0", "ffmpeg-python>=0.2.0", - "torch==2.8.0", + "torch==2.12.0", "certifi>=2024.0.0", "h11==0.16.0", "jinja2==3.1.6", diff --git a/LLM/rag/requirements.txt b/LLM/rag/requirements.txt index 21fad55..0c2aedc 100644 --- a/LLM/rag/requirements.txt +++ b/LLM/rag/requirements.txt @@ -4,9 +4,9 @@ langchain-core==1.3.3 langchain-huggingface==0.1.2 huggingface-hub>=0.30.0 sentence-transformers==3.4.1 -chromadb==0.6.3 +chromadb==1.5.9 transformers==5.0.0rc3 pypdf==6.11.0 -torch==2.9.1 +torch==2.12.0 langchain-chroma==0.2.2 beautifulsoup4==4.13.3 \ No newline at end of file