diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 706702042c..f11faaaa06 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing We're always looking for your help to fix bugs and improve the product. Create a pull request and we'll be happy to take a look. -Start by reading the [Engineering Design](docs/HighLevelDesign.md). +Start by reading the [Engineering Design](docs/HighLevelDesign.md). You can find the doxygen generated documentation [here](https://microsoft.github.io/onnxruntime/). # Checkin procedure 1. Fork the repo diff --git a/README.md b/README.md index 91fd4b8485..90addca225 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ONNX Runtime +

+ | Windows CPU | Windows GPU | Linux CPU | Linux GPU | MacOS CPU | |-------------|-------------|-------------|-------------|-------------| |[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Windows%20CPU%20CI%20Pipeline)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=9)|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Windows%20GPU%20CI%20Pipeline)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=10)|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Linux%20CPU%20CI%20Pipeline)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=11)|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/Linux%20GPU%20CI%20Pipeline)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=12)|[![Build Status](https://dev.azure.com/onnxruntime/onnxruntime/_apis/build/status/MacOS%20CI%20Pipeline)](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=13)| diff --git a/docs/images/ONNX_Runtime_logo_dark.png b/docs/images/ONNX_Runtime_logo_dark.png new file mode 100644 index 0000000000..0b9312e644 Binary files /dev/null and b/docs/images/ONNX_Runtime_logo_dark.png differ diff --git a/tools/ci_build/github/azure-pipelines/azure-pipelines-py-packaging.yml b/tools/ci_build/github/azure-pipelines/azure-pipelines-py-packaging.yml index 3f49575f8e..07c7960d49 100644 --- a/tools/ci_build/github/azure-pipelines/azure-pipelines-py-packaging.yml +++ b/tools/ci_build/github/azure-pipelines/azure-pipelines-py-packaging.yml @@ -33,7 +33,7 @@ jobs: condition: always() - job: Ubuntu1604_py_GPU_Wheels - pool: Linux-GPU-CUDA10 + pool: Linux-GPU strategy: matrix: Python35: @@ -118,7 +118,7 @@ jobs: condition: always() - job: Windows_py_GPU_Wheels - pool: Win-GPU-CUDA10 + pool: Win-GPU variables: buildDirectory: '$(Build.SourcesDirectory)\build' CUDA_VERSION: '9.1'