Skip to content

Commit 3b03eb2

Browse files
ggerganovarthw
authored andcommitted
llama : add comment about thread-safety [no ci] (ggml-org#9449)
1 parent 22185f0 commit 3b03eb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/llama.h

+2
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,8 @@ extern "C" {
911911
//
912912
// Tokenization
913913
//
914+
// The API is thread-safe.
915+
//
914916

915917
/// @details Convert the provided text into tokens.
916918
/// @param tokens The tokens pointer must be large enough to hold the resulting tokens.

0 commit comments

Comments
 (0)