From 26a2a91ac681f1d57a2a121b79cf696c70c92745 Mon Sep 17 00:00:00 2001 From: luoyu-intel Date: Thu, 20 Jun 2024 16:21:13 +0800 Subject: [PATCH] fix format --- README-sycl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-sycl.md b/README-sycl.md index 42c3ec316..b7e2bb12a 100644 --- a/README-sycl.md +++ b/README-sycl.md @@ -447,7 +447,7 @@ cmake --preset x64-windows-sycl-debug cmake --build build-x64-windows-sycl-debug -j --target llama-cli ``` -Or, you can use Visual Studio to open llama.cpp folder as a CMake project. Choose the sycl CMake presets (`x64-windows-sycl-release` or `x64-windows-sycl-debug`) before you compile the project. +Or, you can use Visual Studio to open llama.cpp folder as a CMake project. Choose the sycl CMake presets (`x64-windows-sycl-release` or `x64-windows-sycl-debug`) before you compile the project. *Notes:*