MCPcopy
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
638def _mp_fn(index):
639 # For xla_spawn (TPUs)
640 main()
641
642
643if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected