Hi Team, We are trying to run the flyte workflow ...
# ray-integration
k
Hi Team, We are trying to run the flyte workflow for ML training using xgboost classifier but we are getting below error. Could you please help.
Copy code
Placement group creation timed out. Make sure your cluster either has enough resources or use an autoscaling cluster. Current resources available: {'CPU': 1.0, 'object_store_memory': 217143276.0, 'memory': 434412750.0, 'node:10.69.53.118': 0.98}, resources requested by the placement group: [{'CPU': 1.0}, {'CPU': 1.0}]
s
Have you checked
ray status
?
k
Have you tried to increase task resource?
Copy code
@task(task_config=ray_cfg, request=Resources(mem="2000Mi", cpu="1"))
158 Views