From e946cf0c370227ea7f3aa9b5006da33e527ce2e9 Mon Sep 17 00:00:00 2001 From: Zixiao Wang Date: Mon, 9 Jun 2025 15:38:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=98=E5=82=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9B=86=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datasets/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/datasets/config.py b/datasets/config.py index d619407..717611a 100644 --- a/datasets/config.py +++ b/datasets/config.py @@ -5,4 +5,6 @@ LOCAL_IP = '192.168.31.138' BUCKET_NAME = 'ai-data' MINIO_ACCESS_KEY = 'admin' -MINIO_SECRET_KEY = 'liuchang630' \ No newline at end of file +MINIO_SECRET_KEY = 'liuchang630' + +LOCAL_DATA_DIR = '/tmp/NLPData' \ No newline at end of file