mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-08 00:23:03 +00:00
Miscellaneous fixes (#123)
This commit is contained in:
parent
a53d617b7a
commit
c5cbdd5a55
4 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
|-------------|-------------|-------------|-------------|-------------|
|
||||
|[](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=9)|[](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=10)|[](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=11)|[](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=12)|[](https://dev.azure.com/onnxruntime/onnxruntime/_build/latest?definitionId=13)|
|
||||
|
|
|
|||
BIN
docs/images/ONNX_Runtime_logo_dark.png
Normal file
BIN
docs/images/ONNX_Runtime_logo_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 393 KiB |
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue