How to run Ray Tuner on LSF?

How severe does this issue affect your experience of using Ray?

  • High: It blocks me to complete my task.

Hello,

I am trying to run Ray Tuner to tune hyperparameters of a PyTorch model on LSF.
I found this page explaining how to set things up to run TorchTrainer on LSF:
https://docs.ray.io/en/latest/cluster/vms/user-guides/community/lsf.html
But I don’t know how to adapt this to Tuner, in order to search for the best hyperparameters.

I would appreciate any help!