The Sentence Transformers module tries to call habana_frameworks.torch.hpu.wrap_in_hpu_graph
, which seemingly does not exist.
See the error messages here.
- I use the docker image
vault.habana.ai/gaudi-docker/1.18.0/ubuntu22.04/habanalabs/pytorch-installer-2.4.0:latest
and thenpip install torch_geometric
- Specifically,
torch-geometric==2.6.1
See the code here