-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
微调出错 #395
Comments
It is pytorch/tensordict#1048 |
I use pytorch 2.4.1 and tensordict 0.5, I meet a same error, Do I need to upgrade to tensordict==0.6 and pytorch==2.5 ? |
I saw that, I upgrade tensordict to 0.6, it need pytorch to 2.5, To solve this problem, pytorch must be upgraded to 2.5 ?? |
They have upgraded the minimal pytorch version in the last tensordict release. You can manually backport this pytorch/tensordict#1049 if you want to work with pytorch 2.4 |
Well, I can't do that, so I'll just upgrade pytorch |
I upgraded to tensordict==0.6 and pytorch==2.5, but meet this error : |
hydra.errors.InstantiationException: Error locating target 'training.trainer.Trainer', set env var HYDRA_FULL_ERROR=1 to see chained exception.
full_key: trainer
The text was updated successfully, but these errors were encountered: