【求助帖】2406期-林希老师-课程27(多机多卡微调),微调合并后code_llama_sql.tar文件下载到本地困难 #647
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#647
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?
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可异步查看实时进度
老师第一次的回复:
#618 工单 原始描述,还有其他同学也反映有相同的问题
我们这边内部测试复现下问题,找到解决方案后,发到论坛上。
已设置最大文件限额30GB,最长下载超时时间30分钟,请再试试看。