【求助帖】prompt课程复现遇到的问题 #138
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#138
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?
这节课的课程复现主要包括两个:
我的问题出现在:训练管理微调大模型后,无法将微调后的pth文件转换为hf格式的模型。
Notebook微调后的大模型格式转换:
All done,没有出现问题。
这里的/code/xtuner-workdir/iter_500.pth/检查点文件也是8个
而训练管理微调后的大模型:
说是该目录(/userhome/xtuner-workdir/iter_500.pth/)下的该尾缀文件应该是8个但是有12个,不知道为什么会出现这个情况?
python final_test训练结果:
notebook测试结果:
测试没有问题。
为什么训练管理的跑不起来呀QwQ