TrainingPlatform_Django/datasets/config.py
2025-06-11 16:21:17 +08:00

12 lines
343 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

TEMP_ROOT_DIR = '/tmp/AIData_temp_dir' # 临时存放从minio拉下来的数据集用于训练
LOCAL_IP = '192.168.31.138' # 也是minio的ip这里都放在一个机器上了
BUCKET_NAME = 'ai-data'
MINIO_ACCESS_KEY = 'admin'
MINIO_SECRET_KEY = 'liuchang630'
# nlp新配置
LOCAL_DATA_DIR = '/tmp/NLPData' # 用于存放nlp数据集