diff --git a/index.html b/index.html index 65087b6f7a..81308cac1c 100644 --- a/index.html +++ b/index.html @@ -217,7 +217,7 @@

Architecture

-

Architecture list contains four items

+

Architecture list contains five items

@@ -229,6 +229,8 @@ ARM64
ARM32
+
+ IBM Power
@@ -347,7 +349,8 @@
Default CPU
CUDA 10.2
CUDA 11.1
-
ROCm 4.2 (Preview)
+
ROCm 4.2 (Preview)
+
ROCm 4.3.1 (Preview)
oneDNN
diff --git a/js/script.js b/js/script.js index de3c828b0f..389c15f379 100644 --- a/js/script.js +++ b/js/script.js @@ -536,15 +536,18 @@ function ot_buildMatcher() { var ot_validCombos = { //linux "ot_linux,ot_PyTorch18,ot_X64,ot_CUDA10": - "pip install torch-ort -f https://onnxruntimepackages.z14.web.core.windows.net/onnxruntime_stable_torch181.cu102.html
python -m torch_ort.configure", + "pip install torch-ort
python -m torch_ort.configure", "ot_linux,ot_PyTorch18,ot_X64,ot_CUDA11": - "pip install torch-ort -f https://onnxruntimepackages.z14.web.core.windows.net/onnxruntime_stable_torch181.cu111.html
python -m torch_ort.configure", + "pip install torch-ort -f https://download.onnxruntime.ai/onnxruntime_stable_cu111.html
python -m torch_ort.configure", "ot_linux,ot_PyTorch18,ot_X64,ot_DefaultCPU": "Follow sample notebook from here", - "ot_linux,ot_PyTorch18,ot_X64,ot_AMD": + "ot_linux,ot_PyTorch18,ot_X64,ot_ROCm42": + "This combination requires an AMD docker image. See the torch-ort repo for details", + + "ot_linux,ot_PyTorch18,ot_X64,ot_ROCm431": "This combination requires an AMD docker image. See the torch-ort repo for details", "ot_linux,ot_PyTorch18,ot_X64,ot_DNNL": @@ -554,10 +557,13 @@ var ot_validCombos = { "pip install torch-ort
python -m torch_ort.configure", "ot_linux,ot_PyTorch19,ot_X64,ot_CUDA11": - "pip install torch-ort -f https://onnxruntimepackages.z14.web.core.windows.net/onnxruntime_stable_torch190.cu111.html
python -m torch_ort.configure", + "pip install torch-ort -f https://download.onnxruntime.ai/onnxruntime_stable_cu111.html
python -m torch_ort.configure", - "ot_linux,ot_PyTorch19,ot_X64,ot_AMD": - "(Preview) pip install torch -f https://download.pytorch.org/whl/rocm4.2/torch_stable.html
pip install torch-ort -f https://onnxruntimepackages.z14.web.core.windows.net/onnxruntime_stable_torch190.rocm42.html
python -m torch_ort.configure
", + "ot_linux,ot_PyTorch19,ot_X64,ot_ROCm42": + "(Preview) pip install torch -f https://download.pytorch.org/whl/rocm4.2/torch_stable.html
pip install torch-ort -f https://download.onnxruntime.ai/onnxruntime_stable_rocm42.html
python -m torch_ort.configure
", + + "ot_linux,ot_PyTorch19,ot_X64,ot_ROCm431": + "This combination requires an AMD docker image. See the torch-ort repo for details", "ot_linux,ot_C++,ot_X64,ot_CUDA10": "This combination of resources is not fully tested. It may be possible to build from source.", @@ -803,37 +809,37 @@ var validCombos = { "Follow build instructions from here", "windows,C-API,X64,TensorRT": - "Follow build instructions from here", + "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu
Refer to docs for usage details.", "windows,C++,X64,TensorRT": - "Follow build instructions from here", + "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu
Refer to docs for usage details.", "windows,C#,X64,TensorRT": - "Follow build instructions from here", + "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu
Refer to docs for usage details.", "windows,Python,X64,TensorRT": "Follow build instructions from here", "linux,C-API,X64,TensorRT": - "Follow build instructions from here", + "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu
Refer to docs for usage details.", "linux,C++,X64,TensorRT": - "Follow build instructions from here", + "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu
Refer to docs for usage details.", "linux,C#,X64,TensorRT": - "Follow build instructions from here", + "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu
Refer to docs for usage details.", "linux,Python,X64,TensorRT": "Follow build instructions from here", "linux,C-API,ARM64,TensorRT": - "Follow build instructions from here", + "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu
Refer to docs for usage details.", "linux,C++,ARM64,TensorRT": - "Follow build instructions from here", + "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu
Refer to docs for usage details.", "linux,C#,ARM64,TensorRT": - "Follow build instructions from here", + "Install Nuget package Microsoft.ML.OnnxRuntime.Gpu
Refer to docs for usage details.", "linux,Python,ARM64,TensorRT": "Follow build instructions from here", @@ -860,7 +866,7 @@ var validCombos = { "Install Nuget package Microsoft.ML.OnnxRuntime.DirectML", "windows,Python,X86,DirectML": - "Follow build instructions from here", + "Follow build instructions from [here](https://aka.ms/build-ort-directml)", "windows,C-API,X64,DirectML": "Install Nuget package Microsoft.ML.OnnxRuntime.DirectML", @@ -872,7 +878,7 @@ var validCombos = { "Install Nuget package Microsoft.ML.OnnxRuntime.DirectML", "windows,Python,X64,DirectML": - "Follow build instructions from here", + "pip install onnxruntime-directml", "windows,C-API,ARM64,DirectML": "Install Nuget package Microsoft.ML.OnnxRuntime.DirectML", @@ -884,7 +890,7 @@ var validCombos = { "Install Nuget package Microsoft.ML.OnnxRuntime.DirectML", "windows,Python,ARM64,DirectML": - "Follow build instructions from here", + "Follow build instructions from [here](https://aka.ms/build-ort-directml)", "linux,Java,X64,DefaultCPU": "Add a dependency on com.microsoft.onnxruntime:onnxruntime using Maven/Gradle", @@ -948,7 +954,7 @@ var validCombos = { "Add a dependency on com.microsoft.onnxruntime:onnxruntime_gpu using Maven/Gradle.
Refer to docs for requirements.", "windows,Java,X64,TensorRT": - "Follow build and API instructions", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime_gpu using Maven/Gradle.
Refer to docs for usage details.", "windows,Java,X64,DNNL": "Follow build and API instructions", @@ -963,7 +969,7 @@ var validCombos = { "Follow build and API instructions", "linux,Java,X64,TensorRT": - "Follow build and API instructions", + "Add a dependency on com.microsoft.onnxruntime:onnxruntime_gpu using Maven/Gradle.
Refer to docs for usage details.", "linux,Java,X64,DNNL": "Follow build and API instructions", @@ -1139,7 +1145,6 @@ var validCombos = { "linux,C++,ARM64,RockchipNPU": "Follow build instructions from here", - "mac,C-API,ARM64,CoreML": "Coming soon!", @@ -1150,8 +1155,18 @@ var validCombos = { "Coming soon!", "mac,C-API,ARM64,CoreML": - "Coming soon!" + "Coming soon!", + + //power + "linux,C-API,Power,DefaultCPU": + "Follow build instructions from here", + "linux,C++,Power,DefaultCPU": + "Follow build instructions from here", + + "linux,Python,Power,DefaultCPU": + "Follow build instructions from here" + }; function commandMessage(key) {