From 9e2e2e02a5cf3714b05078e56387f92c215c09ea Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Tue, 5 Aug 2025 11:59:40 +0800 Subject: [PATCH] 1 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 963afe5..20b763a 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