第九节课按课件训练出模型后执行llamafactory-cli api --model_name_or_path部署出错 #407
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#407
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?
如图所示,左侧,该路径下是有模型的,但是cd进去后,ls -l出现¥/r字符,文件大小是0,导致每次执行llamafactory-cli本地部署出错,自己折腾好久没折腾出来,麻烦老师帮忙看看,感谢
你似乎把数字1和字母l搞混了,你左侧打开的是autodl-tmp,但是你命令行进入的是autod1-tmp(autod1<-你这个是数字1,不是字母l)。
不是的,都是用tap自动出来的,不是你说的情况,是不是课件里面的export MODELSCOPE_CACHE='/root/autodl-tmp/modelscope/'
这句话有问题,每次执行bash launch.sh 保存模型的路径就会多一个空的路径//导致出现无法cd进入后面的真正模型,也就没办法部署
麻烦帮忙看看,试了好几次都出现//这种路径