stanford_alpaca
stanford_alpaca copied to clipboard
RuntimeError: The size of tensor a (65539072) must match the size of tensor b (262156288) at non-singleton dimension 0
I used to successfully run alpaca on my own dataset last year. But I rerun the train.py recently, for both alpaca dataset and my own dataset, they both failed for this Error: RuntimeError: The size of tensor a (65539072) must match the size of tensor b (262156288) at non-singleton dimension 0.
Does anybody have any idea about this?