mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-30 02:30:35 +08:00
[v1] add v1 launcher (#9236)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
@@ -36,8 +36,8 @@ from ..extras.misc import use_modelscope, use_openmind
|
||||
|
||||
logger = logging.get_logger(__name__)
|
||||
|
||||
DEFAULT_CACHE_DIR = "cache"
|
||||
DEFAULT_CONFIG_DIR = "config"
|
||||
DEFAULT_CACHE_DIR = "llamaboard_cache"
|
||||
DEFAULT_CONFIG_DIR = "llamaboard_config"
|
||||
DEFAULT_DATA_DIR = "data"
|
||||
DEFAULT_SAVE_DIR = "saves"
|
||||
USER_CONFIG = "user_config.yaml"
|
||||
|
||||
Reference in New Issue
Block a user