sn-gamestate
sn-gamestate copied to clipboard
RuntimeError: _share_filename_: only available on CPU; when running with mps on mac
I am facing the issue of
RuntimeError: _share_filename_: only available on CPU
This seems like issue when running with mps on mac.
https://github.com/pytorch/pytorch/issues/87688#issuecomment-1578443113https://github.com/pytorch/pytorch/issues/87688#issuecomment-1578443113 This seems to be the solution but can't make a change in the .venv
Any workarounds?
The setup is normally done Had to use this comment to navigate the issue of conflicting dependencies - https://github.com/SoccerNet/sn-gamestate/issues/31
"huggingface-hub>=0.34.0,<1.0",
"transformers==4.47.1"