From e2137083c76048dcd0846d74ecd1908fc60b0575 Mon Sep 17 00:00:00 2001 From: Jintao Huang Date: Sun, 8 Mar 2026 13:14:47 +0800 Subject: [PATCH] fix --- modelscope/utils/constant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modelscope/utils/constant.py b/modelscope/utils/constant.py index aef177bb..a2897b9c 100644 --- a/modelscope/utils/constant.py +++ b/modelscope/utils/constant.py @@ -507,7 +507,7 @@ class Frameworks(object): REPO_TYPE_MODEL = 'model' REPO_TYPE_DATASET = 'dataset' REPO_TYPE_SUPPORT = [REPO_TYPE_MODEL, REPO_TYPE_DATASET] -DEFAULT_MODEL_REVISION = None +DEFAULT_MODEL_REVISION = 'master' MASTER_MODEL_BRANCH = 'master' DEFAULT_REPOSITORY_REVISION = 'master' DEFAULT_DATASET_REVISION = 'master'