Skip to content

Commit

Permalink
Update llama.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Jared Van Bortel <cebtenzzre@gmail.com>
  • Loading branch information
guilt and cebtenzzre authored Dec 13, 2023
1 parent 930a92d commit 7d0df70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ struct llama_mmap {
}
}
#else
throw std::runtime_error("PrefetchVirtualMemory unavailable");
throw std::runtime_error("PrefetchVirtualMemory unavailable");
#endif
}
}
Expand Down

0 comments on commit 7d0df70

Please sign in to comment.