Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .aitk/requirements/Intel/Test_py3.12.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ nncf==2.16.0
numpy==1.26.4
# olive-ai==0.10.1
olive-ai==0.10.1
# onnx==1.17.0
onnx==1.17.0
# onnx==1.21.0rc1
onnx==1.21.0rc1
onnx-ir==0.1.10
# onnxruntime==1.21.0
onnxruntime==1.21.0
Expand Down
4 changes: 2 additions & 2 deletions .aitk/requirements/requirements-IntelNPU.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ nncf==2.16.0
numpy==1.26.4
# olive-ai==0.10.1
olive-ai==0.10.1
# onnx==1.17.0
onnx==1.17.0
# onnx==1.21.0rc1
onnx==1.21.0rc1
onnx-ir==0.1.10
# onnxruntime==1.21.0
onnxruntime==1.21.0
Expand Down
4 changes: 2 additions & 2 deletions .aitk/requirements/requirements-NvidiaGPU.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ networkx==3.4.2
numpy==2.2.4
# olive-ai==0.11.0
git+https://github.com/microsoft/Olive.git@b9c975f5651a4446283d9183348add9dcd4ed45f#egg=olive_ai
# onnx==1.17.0
onnx==1.17.0
# onnx==1.21.0rc1
onnx==1.21.0rc1
onnx-ir==0.1.10
# onnxruntime-genai-cuda==0.11.2
onnxruntime-genai-cuda==0.11.2
Expand Down
4 changes: 2 additions & 2 deletions .aitk/requirements/requirements-Profiling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ flatbuffers==25.2.10
humanfriendly==10.0
mpmath==1.3.0
numpy==2.2.4
# onnx==1.17.0
onnx==1.17.0
# onnx==1.21.0rc1
onnx==1.21.0rc1
onnxruntime-genai-winml==0.12.1
# uvpip:uninstall onnxruntime-winml;pre
# We also need to uninstall in case user tries new version, uses previous version and then updates again
Expand Down
2 changes: 1 addition & 1 deletion .aitk/requirements/requirements-QNN.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ networkx==3.5
numpy==2.2.4
# olive-ai==0.11.0
git+https://github.com/microsoft/Olive.git@b9c975f5651a4446283d9183348add9dcd4ed45f#egg=olive_ai
onnx==1.17.0
onnx==1.21.0rc1
onnx-ir==0.1.10
# uvpip:install onnxruntime-qnn==1.23.2 --extra-index-url https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple --no-deps;post
onnxscript==0.5.3
Expand Down
4 changes: 2 additions & 2 deletions .aitk/requirements/requirements-WCR.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ networkx==3.5
numpy==2.2.4
# olive-ai==0.10.1
olive-ai==0.10.1
# onnx==1.17.0
onnx==1.17.0
# onnx==1.21.0rc1
onnx==1.21.0rc1
onnx-ir==0.1.10
onnxruntime-genai-winml==0.12.1
# uvpip:uninstall onnxruntime-winml;pre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mdurl==0.1.2
ninja==1.13.0
nvidia-ml-py==13.580.82
nvidia-modelopt==0.35.1
onnx==1.18.0
onnx==1.21.0rc1
onnx-graphsurgeon==0.5.8
onnxconverter-common==1.16.0
polygraphy==0.49.26
Expand Down
4 changes: 2 additions & 2 deletions .aitk/requirements/requirements-WCR_CUDA.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ networkx==3.5
numpy==2.2.4
# olive-ai==0.10.1
olive-ai==0.10.1
# onnx==1.17.0
onnx==1.17.0
# onnx==1.21.0rc1
onnx==1.21.0rc1
onnx-ir==0.1.10
onnxruntime-genai-winml==0.12.1
# uvpip:uninstall onnxruntime-winml;pre
Expand Down
Loading