Skip to content

Commit 20ed8e3

Browse files
committed
Fix typo 3
1 parent 6f913ed commit 20ed8e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clip.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class CLIPTokenizer {
7676
const std::string UNK_TOKEN = "<|endoftext|>";
7777
const std::string BOS_TOKEN = "<|startoftext|>";
7878
const std::string EOS_TOKEN = "<|endoftext|>";
79-
const std::string PAD_TOEKN = "<|endoftext|>";
79+
const std::string PAD_TOKEN = "<|endoftext|>";
8080

8181
const int UNK_TOKEN_ID = 49407;
8282
const int BOS_TOKEN_ID = 49406;
@@ -922,4 +922,4 @@ struct CLIPTextModelRunner : public GGMLRunner {
922922
}
923923
};
924924

925-
#endif // __CLIP_HPP__
925+
#endif // __CLIP_HPP__

0 commit comments

Comments
 (0)