0914 Functioncalling实战作业 #150
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#150
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?
作业文件见附件:有个问题,如果训练管理中的任务完成,训练好的模型会被放在哪儿?(希望老师可以解答一下)
写得真好,又学到了^^

另外关于使用训管理中完成的任务训练出的模型的位置问题,这里那functioncalling举例,使用的代码是run.sh,对代码进行查看:
可以看到NPROC_PER_NODE=${GPU} NNODES=${WORLD_SIZE} PORT=${MASTER_PORT} ADDR=${MASTER_ADDR} NODE_RANK=${RANK} xtuner train /code/${TRAIN_CONFIG} --work-dir /userhome/llama3-8b-ft/agent-flan --deepspeed deepspeed_zero3_offload
中用--work-dir指定了训练后模型的路径,可能模型在这里面。类似于我们用算法调试里面,只是把/code/换成了/userhome/。