You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the steps in the README file to train the model, but I got an error. Here is the error message:
RuntimeError: Expected tensor for argument #1 'indices' to have one of the following scalar types: Long, Int; but got torch.cuda.HalfTensor instead (while checking arguments for embedding).
The dataset I used was the official Math-Step-DPO-10K dataset.
How to solve this problem?
The text was updated successfully, but these errors were encountered:
I followed the steps in the README file to train the model, but I got an error. Here is the error message:
RuntimeError: Expected tensor for argument #1 'indices' to have one of the following scalar types: Long, Int; but got torch.cuda.HalfTensor instead (while checking arguments for embedding).
The dataset I used was the official Math-Step-DPO-10K dataset.
How to solve this problem?
The text was updated successfully, but these errors were encountered: