Zhivar

Results 4 comments of Zhivar

I have the same error as well. I train my model on a GPU, but no matter what I do when storing its weights and parameters, when loading, the error...

I have the same issue. I tried reducing the batch_size, but it's not helping.

I could fix my issue using lower max_seq_len. hope this helps.

I was using 512, which was throwing the error; with 256, it's working fine. Also, note that you can limit the number of prompts you have in the input. In...