Benwei Lu

Results 29 comments of Benwei Lu

我这边多卡微调也是一直报错,但是单卡能跑起来

> > 实测可行 > > 可是,这样bejson都通过不了。真的可以吗? 我说的是思路可行,但是你这个格式有问题,建议看一下官方给的SFT数据示例

使用以下两行代码: ```bash export NCCL_P2P_DISABLE=1 export NCCL_IB_DISABLE=1 ````

说明你路径指定不对,下到指定目录下面然后使用的时候把这个目录输进去

@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.

> 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...

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.