mirror of
https://github.com/modelscope/modelscope.git
synced 2026-07-12 05:21:13 +02:00
[Fix] Update helper desc (#1696)
This commit is contained in:
@@ -86,9 +86,8 @@ class CreateCMD(CLICommand):
|
||||
'--endpoint',
|
||||
type=str,
|
||||
default=None,
|
||||
help=
|
||||
'ModelScope server endpoint, e.g. modelscope.cn (Chinese site) or '
|
||||
'modelscope.ai (international site). Full URL like '
|
||||
help='ModelScope server endpoint, e.g. modelscope.cn or '
|
||||
'modelscope.ai Full URL like '
|
||||
'https://modelscope.cn is also accepted. Scheme (https://) is '
|
||||
'auto-completed if omitted. Falls back to env MODELSCOPE_DOMAIN, '
|
||||
'then defaults to https://www.modelscope.cn.',
|
||||
|
||||
@@ -110,9 +110,8 @@ class DownloadCMD(CLICommand):
|
||||
'--endpoint',
|
||||
type=str,
|
||||
default=None,
|
||||
help=
|
||||
'ModelScope server endpoint, e.g. modelscope.cn (Chinese site) or '
|
||||
'modelscope.ai (international site). Full URL like '
|
||||
help='ModelScope server endpoint, e.g. modelscope.cn or '
|
||||
'modelscope.ai Full URL like '
|
||||
'https://modelscope.cn is also accepted. Scheme (https://) is '
|
||||
'auto-completed if omitted. Falls back to env MODELSCOPE_DOMAIN, '
|
||||
'then defaults to https://www.modelscope.cn. '
|
||||
|
||||
@@ -33,9 +33,8 @@ class LoginCMD(CLICommand):
|
||||
'--endpoint',
|
||||
type=str,
|
||||
default=None,
|
||||
help=
|
||||
'ModelScope server endpoint, e.g. modelscope.cn (Chinese site) or '
|
||||
'modelscope.ai (international site). Full URL like '
|
||||
help='ModelScope server endpoint, e.g. modelscope.cn or '
|
||||
'modelscope.ai Full URL like '
|
||||
'https://modelscope.cn is also accepted. Scheme (https://) is '
|
||||
'auto-completed if omitted. Falls back to env MODELSCOPE_DOMAIN, '
|
||||
'then defaults to https://www.modelscope.cn.')
|
||||
|
||||
@@ -91,9 +91,8 @@ class UploadCMD(CLICommand):
|
||||
'--endpoint',
|
||||
type=str,
|
||||
default=None,
|
||||
help=
|
||||
'ModelScope server endpoint, e.g. modelscope.cn (Chinese site) or '
|
||||
'modelscope.ai (international site). Full URL like '
|
||||
help='ModelScope server endpoint, e.g. modelscope.cn or '
|
||||
'modelscope.ai Full URL like '
|
||||
'https://modelscope.cn is also accepted. Scheme (https://) is '
|
||||
'auto-completed if omitted. Falls back to env MODELSCOPE_DOMAIN, '
|
||||
'then defaults to https://www.modelscope.cn.')
|
||||
|
||||
Reference in New Issue
Block a user