MiniCPM
MiniCPM copied to clipboard
[Bad Case]: error
Description / 描述
cos = cos[position_ids].unsqueeze(unsqueeze_dim) # [bs, 1, seq_len, dim] IndexError: index is out of bounds for dimension with size 0
Case Explaination / 案例解释
cos = cos[position_ids].unsqueeze(unsqueeze_dim) # [bs, 1, seq_len, dim] IndexError: index is out of bounds for dimension with size 0
请问使用哪个模型的代码出错
请补充详细信息,该issue暂时关闭。