From 870e91be76a49faf8601f6ab94a47d1e92873da7 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sat, 18 May 2024 19:47:19 -0700 Subject: [PATCH] Update README.md --- llama/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama/README.md b/llama/README.md index 9c1964b8..a3bb509e 100644 --- a/llama/README.md +++ b/llama/README.md @@ -16,7 +16,7 @@ Extra build steps are required for CUDA and ROCm on Windows since `nvcc` and `hi - `ggml-cuda.dll` - `ggml-hipblas.dll` -> Note: it's important that memory is allocated and freed by the same compiler (e.g. msvc or mingw code). Issues from this should be rare, but there are some places where pointers are returned by the CUDA or HIP runtimes and freed elsewhere, causing a a crash. In a future change the same runtime should be used in both cases to avoid crashes. +> Note: it's important that memory is allocated and freed by the same compiler (e.g. entirely by code compiled with msvc or mingw). Issues from this should be rare, but there are some places where pointers are returned by the CUDA or HIP runtimes and freed elsewhere, causing a a crash. In a future change the same runtime should be used in both cases to avoid crashes. ## Building