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