【求助帖】2406期-林希老师-课程27(多机多卡微调),微调合并后code_llama_sql.tar文件下载到本地困难 #618
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#618
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
使用wget命令或其它支持断点续传的工具都无法将12.xG的code-llama-sql.tar文件下载到本地。一般下载到1G出头就会死掉。断点续传似乎也不能正常工作。怀疑是平台这边作了限制,请老师确认一下。试验一两天各种工具和情况,单个的bin文件也是下到1G多就不行了。
平台没有对下载做限制。可以把下载地址提供下,我们这边复现下问题。
我这边也出现了这个问题,下着下着就断了
2406期的课程27中第4.2部分:下载合并完的模型文件,在windows powershell窗口用下面两种命令都是下到1G多以后就会中断:
wget http://hsw.csidc.cn/notebook_i6cbb5967c20421f9183e0f19c0dff13_task0/files/code-llama-sql.tar?_xsrf=2%7C77396099%7Cc272678f4f4fdb6107244facbad0d28a%7C1741676570 -O ./code-llama-sql.tar
或
Start-BitsTransfer -Source "http://hsw.csidc.cn/notebook_i6cbb5967c20421f9183e0f19c0dff13_task0/files/code-llama-sql.tar" -Destination "D:\YP\Projects\DockerAppData\code\code-llama-sql.tar" -Asynchronous
Get-BitsTransfer可异步查看实时进度