Skip to content
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

example question #71

Open
Phqqq opened this issue Jul 18, 2023 · 2 comments
Open

example question #71

Phqqq opened this issue Jul 18, 2023 · 2 comments

Comments

@Phqqq
Copy link

Phqqq commented Jul 18, 2023

when I run the example ,it's shows : Error: No available node types can fulfill resource request {'CPU': 1.0, 'GPU': 0.2}. Add suitable node types to this cluster to resolve this issue.
This is a problem of ray?

@lishenghui
Copy link
Owner

Hi,

If you run python main.py --config_path ../config/example.yaml and result in such an error, you might need to adjust num_actors so that the total amount of resources will not exceed your hardware configurations.

@Phqqq
Copy link
Author

Phqqq commented Jul 24, 2023

Thank you for answering my question!
but I have adjusted num_actors but it still run show :

Spilled 2098 MiB, 10 objects, write throughput 1389 MiB/s. Set RAY_verbose_spill_logs=0 to disable this message.
(autoscaler +7s) Tip: use ray status to view detailed cluster status. To disable these messages, set RAY_SCHEDULER_EVENTS=0.
(autoscaler +7s) Error: No available node types can fulfill resource request {'CPU': 1.0, 'GPU': 0.2}. Add suitable node types to this cluster to resolve this issue.

I wonder if I need to start a ray cluster?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants