ourownstory/neural_prophet

MPS (Metal Performance Shaders) support for training

ehsanfathi77 opened this issue · 3 comments

When I train a model on my Mac I get this warning:

MPS available but not used. Set accelerator and devices using Trainer(accelerator='mps', devices=1).

Is there a way to take advantage of MPS to accelerate the training?

it seems this works:

trainer_configs = {
    "accelerator": "mps"}

m = NeuralProphet(
    **trainer_configs
)

@ehsanfathi77 Thanks for reporting this issue. Could you provide the exact logs that you are getting and the macOS version of your machine please ?

We have thoroughly investigated this issue, and we were unable to find or reproduce the reported problem. As a result, we will be closing this issue for now. If the issue persists, please feel free to reopen it.