From 6cfa8af4663a27a98fb5c9e77ee91d5f2feb78e7 Mon Sep 17 00:00:00 2001 From: xiamuceer Date: Tue, 17 Mar 2026 15:28:09 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.env.example | 2 +- backend/requirements.txt | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/backend/.env.example b/backend/.env.example index a8d6d19..99e44f2 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -8,7 +8,7 @@ # 应用配置 # ========================================== APP_NAME=MuMuAINovel -APP_VERSION=1.3.9 +APP_VERSION=1.4.1 APP_HOST=0.0.0.0 APP_PORT=8000 DEBUG=false diff --git a/backend/requirements.txt b/backend/requirements.txt index dfb2f96..f877fe9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -35,6 +35,4 @@ transformers==4.57.1 sentence-transformers==5.1.2 # PyTorch 版本锁定(用于打包环境) -torch==2.8.0 -torchvision==0.23.0 -torchaudio==2.8.0 +torch==2.8.0 \ No newline at end of file