Commit fbaa7b4c authored by wangkx1's avatar wangkx1
Browse files

init

parent d5901a68
......@@ -37,7 +37,7 @@ def upload(local_path, repo_id, repo_type="model"):
endpoint=BASE_URL,
token=TOKEN,
allow_patterns=None,
ignore_patterns=None,
ignore_patterns=[".*"], # 忽略所有隐藏目录和文件(以点开头的)
num_workers=1,
print_report=False,
print_report_every=1,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment