【求助贴】11提示词工程实践-llama7b微调结果 #172
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#172
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?
重新新建算法,在notebook输入微调指令启动后是这个结果,跟课件里的不一致,是哪一步有问题嘛
Originally posted by @wofociba in #157 (comment)
这里应该是环境没有设置好,需要安装NCCL库。安装NCCL库的话在所有机器也就是notebook里输入:
export NCCL_DEBUG=INFO
export NCCL_IB_DISABLE=0
export NCCL_IB_HCA=mlx5
export NCCL_SOCKET_IFNAME=eth0
export NCCL_SOCKET_IFNAME=eth0
安装完毕后再尝试能否训练模型。
需要提供以下信息进行排查哈