File size: 415 Bytes
a6533de |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
--- frameworks: - Pytorch license: Apache License 2.0 tasks: - text-generation --- # 一些命令行,将本地文件推送到mshub ## 汇总: ```bash cd modelname cp -rf /Users/luna/Documents/msgit/new/* . # 被添加的文件不在当前模型文件时,将文件复制到当前文件夹下 git add -A . git commit -m"try commit message again" git push ``` ## 提交一些pr 这里是正文正文正文 |