Command Lines#

python -m yobx
    usage: yobx [-h]
                {agg,dot,find,partition,print,render-gallery,run-doc-examples,validate}
    
    yobx main command line.
    
    positional arguments:
      {agg,dot,find,partition,print,render-gallery,run-doc-examples,validate}
                            Selects a command.
    
    options:
      -h, --help            show this help message and exit
    
    Type 'python -m yobx <cmd> --help'
    to get help for a specific command.
    
    agg               - aggregates statistics from multiple files
    dot               - converts an onnx model into dot format
    find              - find node consuming or producing a result
    partition         - partition a model, each partition appears as local function
    print             - prints the model on standard output
    render-gallery    - convert a sphinx-gallery .py example to RST (no execution)
    run-doc-examples  - run all runpython:: and gdot:: examples in RST/Python files
    validate          - validate a model (knowing its model id on HuggingFace Hub)