准备
创建环境
申请获取硅基流动 API Key
测试
hugging face 上传
shell
/workspaces/codespaces-blank
git clone https://huggingface.co/spaces/<你的名字>/<仓库名称>
把token挂到仓库上,让自己有写权限
务必先初始化
git init
git remote add space https://<你的名字>:<上面创建的token>@huggingface.co/spaces/<你的名字>/<仓库名称>
git remote set-url space https://\<你的名字\>:\<上面创建的token\>@huggingface.co/spaces/\<你的名字>/<仓库名称>
hg链接