From 56c3eb4adb91276a29625f245a61633ed5537da9 Mon Sep 17 00:00:00 2001 From: yuanwu2017 Date: Fri, 8 Nov 2024 01:22:24 +0800 Subject: [PATCH] Remove the torch package in requirements.txt (#246) Signed-off-by: yuanwu --- server/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index d941a894..a940574f 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -74,7 +74,6 @@ six==1.16.0 ; python_version >= "3.9" and python_version < "3.13" sympy==1.12.1 ; python_version >= "3.9" and python_version < "3.13" threadpoolctl==3.5.0 ; python_version >= "3.9" and python_version < "3.13" tokenizers==0.20.1 ; python_version >= "3.9" and python_version < "3.13" -torch==2.4.0a0+git74cd574 ; python_version >= "3.9" and python_version < "3.13" tqdm==4.66.5 ; python_version >= "3.9" and python_version < "3.13" transformers==4.45.2 ; python_version >= "3.9" and python_version < "3.13" transformers[sentencepiece]==4.45.2 ; python_version >= "3.9" and python_version < "3.13"