Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/huggingface/transformers
/ _mp_fn
Function
_mp_fn
examples/pytorch/language-modeling/run_clm.py:704–706 ·
view source on GitHub ↗
(index)
Source
from the content-addressed store, hash-verified
702
703
704
def
_mp_fn(index):
705
# For xla_spawn (TPUs)
706
main()
707
708
709
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected