Benwei Lu
Benwei Lu
我这边多卡微调也是一直报错,但是单卡能跑起来
> > 实测可行 > > 可是,这样bejson都通过不了。真的可以吗? 我说的是思路可行,但是你这个格式有问题,建议看一下官方给的SFT数据示例
使用以下两行代码: ```bash export NCCL_P2P_DISABLE=1 export NCCL_IB_DISABLE=1 ````
说明你路径指定不对,下到指定目录下面然后使用的时候把这个目录输进去
看这个:https://github.com/QwenLM/Qwen-VL/issues/56#issuecomment-2266612175
embedding generation failed. wsarecv: An existing connection was forcibly closed by the remote host.
@viosay Hi, I met the same error, do you have any solution to solve it? I test many embeddings, but only `mxbai-embed-large` and `nomic-embed-text` works fine.
embedding generation failed. wsarecv: An existing connection was forcibly closed by the remote host.
> It works if I set `num_ctx` to 512. Perhaps the lightrag framework is adding extra tokens, or [there is an issue wiith `chunk_token_size`](https://github.com/HKUDS/LightRAG/issues/102). > > ``` > $ ollama...
embedding generation failed. wsarecv: An existing connection was forcibly closed by the remote host.
Yeah, that's may be a potential problem, can you share your solution if you can handle this issue? Many thanks
> #9 这个帖子无法回答我的问题,里面没有提到怎么做SFT的框标注 This issue can not sovle my problem, it is note mentioned how to generate bbox in SFT dataset.