You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2025. It is now read-only.
gaudi2 system with fresh pytorch installation

pip list | grep -P "torch|torchvision|torchmetrics|protobuf"Basic Pytorch training is fine - followed steps on https://docs.habana.ai/en/latest/PyTorch/Getting_Started_with_PyTorch_and_Gaudi/Getting_Started_with_PyTorch.html
from pytorch_lightning import LightningModule, TrainerTry following pytorch-lightening hello world example, get some error
https://github.com/HabanaAI/Gaudi-tutorials/blob/main/Lightning/Introduction/mnist-hello-world.ipynb
but "hpu" not recognized

what should be installed?