Channels
random
linen
statsforecast
hierarchicalforecast
neural-forecast
mlforecast
general
timegpt
Powered by
#neural-forecast
Title
# neural-forecast
b
Bartosz Bohaterewicz
10/20/2023, 1:12 AM
Hey, do you have any suggestions on how to run neuralforecast on M1 GPU using metal? instead CUDA I want to use
device = torch.device("mps")
but I can see that neuralforecast was optimized for CUDA. Is there any walkaround?
Post