From 0e6ac2961ece44fcd447d6901157b2d1e0eae90f Mon Sep 17 00:00:00 2001 From: Clarke Rahrig Date: Thu, 17 Oct 2019 15:18:06 -0700 Subject: [PATCH] Adding a line beak to BUILD.md (#2156) Adding a line break between the DirectML and NUPHAR sections of build guidance. --- BUILD.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 7227559050..179d301e17 100644 --- a/BUILD.md +++ b/BUILD.md @@ -374,6 +374,8 @@ index 7dfa97c..6d99e71 100644 Dockerfile instructions are available [here](https://github.com/microsoft/onnxruntime/tree/master/dockerfiles#nuphar-public-preview) +--- + ### DirectML See more information on the DirectML execution provider [here](./docs/execution_providers/DirectML-ExecutionProvider.md). #### Windows @@ -382,7 +384,6 @@ See more information on the DirectML execution provider [here](./docs/execution_ ``` #### Notes The DirectML execution provider supports building for both x64 and x86 architectures. DirectML is only supported on Windows. - ---