]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Correct README link (#6458)
authorlimitedAtonement <redacted>
Thu, 4 Apr 2024 14:30:02 +0000 (10:30 -0400)
committerGitHub <redacted>
Thu, 4 Apr 2024 14:30:02 +0000 (16:30 +0200)
README is called README.md.

README-sycl.md

index 615841b8852906530b154484e366950c7e9fdb71..1324f632d92365792b8a127171ef8c32caf9a030 100644 (file)
@@ -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