onnxruntime/docs
Jordan 126c35b202
Update quantization preprocessing command in docs (#18146)
Command was split from `shape_inference.py` to address import sequence
warnings in 8004db4bf1 and was not
updated.

Anyone following the docs prior to this change would have encountered;

```
root@Raze:~# python -m onnxruntime.quantization.shape_inference --help
/usr/lib/python3.10/runpy.py:126: RuntimeWarning: 'onnxruntime.quantization.shape_inference' found in sys.modules after import of package 'onnxruntime.quantization', but prior to execution of 'onnxruntime.quantization.shape_inference'; this may result in unpredictable behaviour
  warn(RuntimeWarning(msg))
```

Instead of the expected;

```
root@Raze:~# ./onnxtesting/bin/python -m onnxruntime.quantization.preprocess --help
usage: preprocess.py [-h] --input INPUT --output OUTPUT [--skip_optimization SKIP_OPTIMIZATION] [--skip_onnx_shape SKIP_ONNX_SHAPE]
                     [--skip_symbolic_shape SKIP_SYMBOLIC_SHAPE] [--auto_merge] [--int_max INT_MAX] [--guess_output_rank]
                     [--verbose VERBOSE] [--save_as_external_data] [--all_tensors_to_one_file]
                     [--external_data_location EXTERNAL_DATA_LOCATION]
                     [--external_data_size_threshold EXTERNAL_DATA_SIZE_THRESHOLD]

Model optimizer and shape inferencer[continues]
```
2023-10-30 09:12:34 -07:00
..
api Training related changes to the onnxruntime website (#15900) 2023-05-17 14:45:52 -07:00
build Update documentation for OVEP Rel-1.16 (#18060) 2023-10-28 14:39:33 -07:00
ecosystem Fix links to notebooks broken because the notebooks were moved (#17446) 2023-09-07 10:49:30 -07:00
execution-providers Update documentation for OVEP Rel-1.16 (#18060) 2023-10-28 14:39:33 -07:00
extensions Add SentencePieceTokenizer and GPT2Tokenizer examples for Extensions Python converter API docs (#17708) 2023-10-05 15:37:09 -07:00
get-started Update C# Pages in view of the new preferred inference API (#17642) 2023-09-26 10:35:20 -07:00
install Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
performance Update quantization preprocessing command in docs (#18146) 2023-10-30 09:12:34 -07:00
reference Update some op docs for release (#17626) 2023-09-25 14:57:39 -07:00
tutorials Editorial pass of C# tutorial (#17704) 2023-10-11 17:27:04 -07:00
index.md Training related changes to the onnxruntime website (#15900) 2023-05-17 14:45:52 -07:00
redirect.json Added some js redirects in the 404 page to account for some missing links in the site reorg (#9085) 2021-09-17 10:11:46 -07:00