You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in build_chat function, if model_name == llama2/xgen/internlm, the return value will be str type.
and then we are going to line 69 : input = prompt.to(device)
witch has not input_ids attribute,
The text was updated successfully, but these errors were encountered:
in build_chat function, if model_name == llama2/xgen/internlm, the return value will be str type.
and then we are going to line 69 :
input = prompt.to(device)
witch has not input_ids attribute,
The text was updated successfully, but these errors were encountered: