From 712415e0a7ef1a54087508171b24155986748dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=BD=E6=97=AD=E4=BC=A6?= <77180337+Sheeran02@users.noreply.github.com> Date: Fri, 12 Sep 2025 17:05:31 +0800 Subject: [PATCH] Update requirements.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit torchdata的DataPipes在最新版本中被废弃 --- docs/chapter6/code/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/chapter6/code/requirements.txt b/docs/chapter6/code/requirements.txt index c006a46..4e3499a 100644 --- a/docs/chapter6/code/requirements.txt +++ b/docs/chapter6/code/requirements.txt @@ -1,7 +1,7 @@ transformers datasets torch -torchdata +torchdata==0.9.0 deepspeed pandas -swanlab \ No newline at end of file +swanlab