Skip to content

Commit d90c174

Browse files
committed
opencl: fix link
1 parent a05b025 commit d90c174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backend/OPENCL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The llama.cpp OpenCL backend is designed to enable llama.cpp on **Qualcomm Adren
5050

5151
## Model Preparation
5252

53-
You can refer to the general [llama-quantize tool](tools/quantize/README.md) for steps to convert a model in Hugging Face safetensor format to GGUF with quantization.
53+
You can refer to the general [llama-quantize tool](/tools/quantize/README.md) for steps to convert a model in Hugging Face safetensor format to GGUF with quantization.
5454

5555
Currently we support `Q4_0` quantization and have optimized for it. To achieve best performance on Adreno GPU, add `--pure` to `llama-quantize`. For example,
5656

0 commit comments

Comments
 (0)