Skip to content

Commit

Permalink
Miscellaneous fixes (microsoft#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavsharma authored Dec 7, 2018
1 parent a53d617 commit c5cbdd5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ONNX Runtime

<p align="center"><img width="50%" src="docs/images/ONNX_Runtime_logo_dark.png" /></p>

| 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)|
Expand Down
Binary file added docs/images/ONNX_Runtime_logo_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
condition: always()

- job: Ubuntu1604_py_GPU_Wheels
pool: Linux-GPU-CUDA10
pool: Linux-GPU
strategy:
matrix:
Python35:
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit c5cbdd5

Please sign in to comment.