dongzhiwen1218
Results
1
issues of
dongzhiwen1218
I got this error while doing Fine-tuning: File "/mnt/oss-data/xxx/minillm/transformers/src/transformers/generation/utils.py", line 3000, in sample next_tokens = torch.multinomial(probs, num_samples=1).squeeze(1) RuntimeError: probability tensor contains either `inf`, `nan` or element < 0 next_tokens =...