From 90832d744e047efb72e06f669a7368c4b76b18e5 Mon Sep 17 00:00:00 2001 From: Leon Derczynski Date: Thu, 2 May 2024 12:53:12 +0200 Subject: [PATCH] torch v bump --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 69d7fe607..b47948318 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "nemollm>=0.3.0", "octoai-sdk>=0.8.0", "cmd2==2.4.3", - "torch>=2.1.0", + "torch>=2.1.3", "sentencepiece>=0.1.99", "markdown>=3.4.3", "numpy>=1.26.1", diff --git a/requirements.txt b/requirements.txt index 63c219631..9d10a8026 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ langchain>=0.0.300 nemollm>=0.3.0 octoai-sdk>=0.8.0 cmd2==2.4.3 -torch>=2.1.0 +torch>=2.1.3 sentencepiece>=0.1.99 markdown>=3.4.3 numpy>=1.26.1