sunxiaoyu12
sunxiaoyu12
使用自己环境安装
使用以下命令安装 ``` git clone https://github.com/IDEA-CCNL/Fengshenbang-LM.git cd Fengshenbang-LM git submodule init git submodule update # submodule是我们用来管理数据集的fs_datasets,通过ssh的方式拉取,如果用户没有在机器上配置ssh-key的话可能会拉取失败。 # 如果拉取失败,需要到.gitmodules文件中把ssh地址改为https地址即可。 pip install --editable . ``` 执行`git submodule update` 时报错:  请问.gitmodules文件中该如何修改?
微调时,将huggingface中的model下载到本地,修改finetune.sh中的model path,报错找不到config.json, 去huggingface.co中查看,确实没有这个文件:  请问该去哪里获取这个文件?
你好,目前使用3个节点对visualGLM进行微调(Lora),每个节点4张16GB的卡,一共是12张16GB的卡,依旧报OOM,请问我还需要增加多少才够用?
微调命令: `bash finetune/finetune_visualglm.sh` 代码正常运行到加载模型和tokenizer,之后报错如下:  打印NCCL具体报错信息如下:   请问有人遇到这样的问题嘛?
### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...