microsoft / onnxruntime

ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
https://onnxruntime.ai
MIT License
14.24k stars 2.87k forks source link

[Documentation] nightly link is not up to date #15608

Closed tianleiwu closed 5 months ago

tianleiwu commented 1 year ago

Describe the documentation issue

The link of ort-nightly and ort-nightly-gpu should point to correct nightly feed like https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/ORT-Nightly/PyPI/ort-nightly and https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/ORT-Nightly/PyPI/ort-nightly-gpu

Page / URL

https://onnxruntime.ai/docs/get-started/with-python.html

snnn commented 1 year ago

Also, we need to tell the users to install the dependencies of ONNX Runtime python packages before starting installing "onnxruntime". Like this:

python -m pip install coloredlogs flatbuffers numpy packaging protobuf sympy
python -m pip install -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ ort_nightly

image

If we just give them a feed URL, most likely they will hit installations errors because of lacking dependencies.