xyxxxxx
xyxxxxx
face the same issue using SAM backend disable gpu and use cpu then it can work
Thanks for your reply! I made the modifications: ```python # utils/data/data_utils.py if pad_length > 0: batch["prompt"] = F.pad(prompt, # pad=(0, pad_length), pad=(pad_length, 0), mode='constant', value=pad_token_id) batch["prompt_att_mask"] = F.pad(prompt_mask, pad=(0, pad_length),...
Thanks for your patience, now the actor model can generate answers :) some of the answers are good: ``` --- prompt --> step=152, rank=1, ['\n\nHuman: Are there still any countries...
> thank you for your share! How about its training cost? > > > Thanks for your patience, now the actor model can generate answers :) > > some of...
I deployed a Milvus with the official helm chart and got the exact same error.