summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlimitedAtonement <limitedAtonement@users.noreply.github.com>2024-04-04 10:30:02 -0400
committerGitHub <noreply@github.com>2024-04-04 16:30:02 +0200
commita74401f0e5ebb15fa4d8b6619d1baa6ea9179123 (patch)
tree08da127f3c640e353fac56e2ec1f8f21b7bee486
parent7a2c92637ae265654a68f62e6a7610b358255d3f (diff)
Correct README link (#6458)
README is called README.md.
-rw-r--r--README-sycl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-sycl.md b/README-sycl.md
index 615841b8..1324f632 100644
--- a/README-sycl.md
+++ b/README-sycl.md
@@ -285,7 +285,7 @@ cmake .. -DLLAMA_SYCL=ON -DLLAMA_SYCL_TARGET=NVIDIA -DCMAKE_C_COMPILER=icx -DCMA
1. Retrieve and prepare model
-You can refer to the general [*Prepare and Quantize*](README#prepare-and-quantize) guide for model prepration, or simply download [llama-2-7b.Q4_0.gguf](https://huggingface.co/TheBloke/Llama-2-7B-GGUF/blob/main/llama-2-7b.Q4_0.gguf) model as example.
+You can refer to the general [*Prepare and Quantize*](README.md#prepare-and-quantize) guide for model prepration, or simply download [llama-2-7b.Q4_0.gguf](https://huggingface.co/TheBloke/Llama-2-7B-GGUF/blob/main/llama-2-7b.Q4_0.gguf) model as example.
2. Enable oneAPI running environment