This commit is contained in:
hiyouga
2024-01-09 18:31:27 +08:00
parent ebee4f6a2a
commit 4571068e1e
9 changed files with 78 additions and 50 deletions

View File

@@ -40,6 +40,10 @@ TRAINING_STAGES = {
"Pre-Training": "pt"
}
V_HEAD_WEIGHTS_NAME = "v_head.bin"
V_HEAD_SAFE_WEIGHTS_NAME = "v_head.safetensors"
class DownloadSource(str, Enum):
DEFAULT = "hf"
MODELSCOPE = "ms"