Specifying Custom Resources in Tune

Trying to specify a custom resource like when using resources in @ray.remote when using tune.with_resources , but get an error about a PlacementGroup. Is there a way to specify resources directly without building a placement group?

Can you post your code and the error you are getting?