XueMoonLit
XueMoonLit
Hi, I came across similar issue before, I think it's caused by the difference of checkpoint file. The checkpoint file saved by fairseq is a 'dict' variable with keys such...
> > Reference > > @XueMoonLit Do you have a codesnippet of how you achieved this? Hi, I modified some code of function "_upgrade_state_dict" in checkpoint_utils.py, just add some keys...
Hi, have you found out what's wrong with this? I think, the document says that param "--max-tokens" represents max tokens per batch, suppose batch size is 64 and num of...
I think it's caused by data preprocess, you can check your preprocess step whether bugs occured at that time, you can also tracing the change of "sample" object in code...
Any updates?
> I have met similar issue with WSL2 Ubuntu 22.04, I built ragflow docker image with source code using "git clone https://github.com/infiniflow/ragflow.git". I tried my best to build image successfully,...