-
Notifications
You must be signed in to change notification settings - Fork 378
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
The Automodels are not working after 1.7.4 #1255
Comments
Can you share a minima reproducible example code? Also, are you using multiple GPUs or just one? |
@marcopeix I am using GPUs (and the type of GPUs seem irrelevant since I have tried with T4, V100, and H100). The runtime I am using on databricks is 15.4 LTS ML. The code is quite simple:
I just created a new env and found that
2025-01-24 16:11:44,423 ERROR tune_controller.py:1331 -- Trial task failed for trial _train_tune_5926a6f4 |
What happened + What you expected to happen
All the automodels are not able to run when I install versions after 1.7.4. It kept throwing ValueError: Expected a parent.
I am using a gpu runtime on databricks. Automodels only work when I downgrade the package to version 1.7.4 and downgrade ray to 2.10.0
Versions / Dependencies
any version larger than 1.7.4
Reproduction script
Any automodel script will not work on my side.
Issue Severity
None
The text was updated successfully, but these errors were encountered: