Skip to content

Commit 7d0df70

Browse files
guiltcebtenzzre
andauthored
Update llama.cpp
Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
1 parent 930a92d commit 7d0df70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ struct llama_mmap {
923923
}
924924
}
925925
#else
926-
throw std::runtime_error("PrefetchVirtualMemory unavailable");
926+
throw std::runtime_error("PrefetchVirtualMemory unavailable");
927927
#endif
928928
}
929929
}

0 commit comments

Comments
 (0)