Open 20130216 opened 1 year ago
问题1:国内有更好的镜像地址吗? 问题2:我用的这个:git clone [https://github.com/syjjhl/chatglm2-6b] 克隆了一个包含 Git LFS 文件的仓库后,发现仓库中的大文件都没有了,都变成了.bin格式的指针文件。也许是仓库已经超过了它的数据配额,导致 Git LFS 的支持被禁用了?需要购买更多的数据包来恢复访问?是这些原因吗?
以上。盼复。感谢。
No response
我部署在阿里云的云端仓库 但:1.git clone https://huggingface.co/THUDM/chatglm2-6b 无法clone 试了很多遍 都连不上,github上的git clone没问题; 2.后来又试了:git clone https://mirrors.aliyun.com/huggingface/models/THUDM/chatglm2-6b/ 阿里云的镜像,显示找不到,但我实际上能打开这个链接啊; 3.最后只能换了一个地址git clone https://github.com/syjjhl/chatglm2-6b.git 却显示: 正克隆到 'chatglm2-6b'... remote: Enumerating objects: 154, done. remote: Counting objects: 100% (154/154), done. remote: Compressing objects: 100% (78/78), done. remote: Total 154 (delta 75), reused 154 (delta 75), pack-reused 0 接收对象中: 100% (154/154), 76.40 KiB | 181.00 KiB/s, 完成. 处理 delta 中: 100% (75/75), 完成. Downloading pytorch_model-00001-of-00007.bin (1.8 GB) Error downloading object: pytorch_model-00001-of-00007.bin (cdf1bf5): Smudge error: Error downloading pytorch_model-00001-of-00007.bin (cdf1bf57d519abe11043e9121314e76bc0934993e649a9e438a4b0894f4e6ee8): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.
Errors logged to '/mnt/workspace/ChatGLM2-6B/model/chatglm2-6b/.git/lfs/logs/20231119T012608.171010081.log'. Use git lfs logs last to view the log. error: 外部过滤器 'git-lfs filter-process' 失败 fatal: pytorch_model-00001-of-00007.bin:smudge 过滤器 lfs 失败 warning: 克隆成功,但是检出失败。 您可以通过 'git status' 检查哪些已被检出,然后使用命令 'git restore --source=HEAD :/' 重试
git lfs logs last
以上问题 已经卡了2天,试了很多次,都是这样。
- OS: - Python: - Transformers: - PyTorch: - CUDA Support (`python -c "import torch; print(torch.cuda.is_available())"`) :
1.清华大学云盘 https://cloud.tsinghua.edu.cn/d/674208019e314311ab5c/ 2.百度网盘 https://pan.baidu.com/s/1rn1ZtjgfMZg_Kw4PNd3jVQ?pwd=aiha
Is there an existing issue for this?
Current Behavior
问题1:国内有更好的镜像地址吗? 问题2:我用的这个:git clone [https://github.com/syjjhl/chatglm2-6b] 克隆了一个包含 Git LFS 文件的仓库后,发现仓库中的大文件都没有了,都变成了.bin格式的指针文件。也许是仓库已经超过了它的数据配额,导致 Git LFS 的支持被禁用了?需要购买更多的数据包来恢复访问?是这些原因吗?
以上。盼复。感谢。
Expected Behavior
No response
Steps To Reproduce
我部署在阿里云的云端仓库 但:1.git clone https://huggingface.co/THUDM/chatglm2-6b 无法clone 试了很多遍 都连不上,github上的git clone没问题; 2.后来又试了:git clone https://mirrors.aliyun.com/huggingface/models/THUDM/chatglm2-6b/ 阿里云的镜像,显示找不到,但我实际上能打开这个链接啊; 3.最后只能换了一个地址git clone https://github.com/syjjhl/chatglm2-6b.git 却显示: 正克隆到 'chatglm2-6b'... remote: Enumerating objects: 154, done. remote: Counting objects: 100% (154/154), done. remote: Compressing objects: 100% (78/78), done. remote: Total 154 (delta 75), reused 154 (delta 75), pack-reused 0 接收对象中: 100% (154/154), 76.40 KiB | 181.00 KiB/s, 完成. 处理 delta 中: 100% (75/75), 完成. Downloading pytorch_model-00001-of-00007.bin (1.8 GB) Error downloading object: pytorch_model-00001-of-00007.bin (cdf1bf5): Smudge error: Error downloading pytorch_model-00001-of-00007.bin (cdf1bf57d519abe11043e9121314e76bc0934993e649a9e438a4b0894f4e6ee8): batch response: This repository is over its data quota. Account responsible for LFS bandwidth should purchase more data packs to restore access.
Errors logged to '/mnt/workspace/ChatGLM2-6B/model/chatglm2-6b/.git/lfs/logs/20231119T012608.171010081.log'. Use
git lfs logs last
to view the log. error: 外部过滤器 'git-lfs filter-process' 失败 fatal: pytorch_model-00001-of-00007.bin:smudge 过滤器 lfs 失败 warning: 克隆成功,但是检出失败。 您可以通过 'git status' 检查哪些已被检出,然后使用命令 'git restore --source=HEAD :/' 重试以上问题 已经卡了2天,试了很多次,都是这样。
Environment
Anything else?
No response