sn-gamestate icon indicating copy to clipboard operation
sn-gamestate copied to clipboard

RuntimeError: _share_filename_: only available on CPU; when running with mps on mac

Open yashb042 opened this issue 8 months ago • 1 comments

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?

yashb042 avatar Aug 12 '25 07:08 yashb042

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"

yashb042 avatar Aug 12 '25 07:08 yashb042