Explorar el Código

修改env文件

lxylxy123321 hace 19 horas
padre
commit
646555a6df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      backend/.env

+ 1 - 1
backend/.env

@@ -13,7 +13,7 @@ BACKEND_CORS_ORIGINS=http://192.168.91.253:5173,http://192.168.92.151:3000,http:
 DATABASE_URL=sqlite+aiosqlite:///root/Fine-tuning/backend/data/finetuning.db
 
 # 数据路径(Linux 服务器路径)
-DATA_DIR=/root/Fine-tuning/backend/data
+DATA_DIR=/home/lq/Fine-tuning/backend/data
 
 # GPU 配置(推理使用的物理 GPU,逗号分隔,多卡自动 model parallelism)
 # INFERENCE_CUDA_DEVICES=2,3