TypeError

#2
by zolekode - opened

Hey, thanks for sharing. I get this error trying to adapt the model with Lora
TypeError: an integer is required (got type NoneType)

When I try typecasting the ids
input_ids = [torch.LongTensor(input_ids_) for input_ids_ in input_ids]

Any idea what could be going one?

zolekode changed discussion status to closed

Sign up or log in to comment