Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/huggingface/transformers
/ _mp_fn
Function
_mp_fn
examples/pytorch/text-classification/run_glue.py:638–640 ·
view source on GitHub ↗
(index)
Source
from the content-addressed store, hash-verified
636
637
638
def
_mp_fn(index):
639
# For xla_spawn (TPUs)
640
main()
641
642
643
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected