TorchLean Example Runner #
This module is the executable root for the torchlean example runner.
We keep each example's implementation namespaced (so NN.Examples.Zoo can import them all),
and select which example to run based on a subcommand argument (e.g. mlp, gpt2).
Split CLI arguments into (prefixFlags, command, commandArgs).
We allow "global" runtime flags before the command name so users can write either:
torchlean mlp --cpu, ortorchlean --cpu mlp.