From f1a995c68a7e9f71f46fbe202111e78a74e1d640 Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Tue, 5 Aug 2025 09:49:19 +0800 Subject: [PATCH] 1 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index a81f214..20150d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,6 +27,6 @@ tqdm==4.67.1 simplejson==3.20.1 -torch==2.7.1 # 如果使用GPU或需要特定版本 -datasets==3.3.2 # 如果需要数据集处理 -pillow==11.3.0 # 如果涉及图像处理 \ No newline at end of file +#torch==2.7.1 # 如果使用GPU或需要特定版本 +#datasets==3.3.2 # 如果需要数据集处理 +#pillow==11.3.0 # 如果涉及图像处理 \ No newline at end of file