-
Notifications
You must be signed in to change notification settings - Fork 351
RuntimeError: expected scalar type Float but found BFloat16 #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@gsamaras I suspect this was caused by the |
If I try to execute with If I try to execute with Do you have an online notebook I could use where you have a working instance of your model? |
@gsamaras please use |
I changed num_processes to the no of GPUs. Even if I try to run with fp16 (while changing it in deepseed config too), I get:
Are you aware where I can find a free online instance with A100 for a basic demo of your code @KimMeen? Kaggle? Colab maybe? |
`for ii in range(args.itr):
accelerator.wait_for_everyone() |
|
@aliper96 thanks for joining in, can you provide a minimal complete and reproducible example please? |
alitimellm.zip |
@aliper96 I think I'm close, but I get the following error, something with the paths maybe? Check it live in Kaggle here:
|
@gsamaras Simply use |
@KimMeen I'm PhD student in generative AI and thanks for the code... most clean and understandle code!! |
@KimMeen unfortunately when changing this, I this error:
although I installed both packages. |
@gsamaras Remove |
@KimMeen it seems I don't have control there, it's not in your code, see the full error please:
|
@gsamaras Will removing |
No, sorry:
|
Uh oh!
There was an error while loading. Please reload this page.
I am trying to run the ETTm1 example, but despite a plethora of efforts, I keep getting:
The text was updated successfully, but these errors were encountered: