We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f913ed commit 20ed8e3Copy full SHA for 20ed8e3
clip.hpp
@@ -76,7 +76,7 @@ class CLIPTokenizer {
76
const std::string UNK_TOKEN = "<|endoftext|>";
77
const std::string BOS_TOKEN = "<|startoftext|>";
78
const std::string EOS_TOKEN = "<|endoftext|>";
79
- const std::string PAD_TOEKN = "<|endoftext|>";
+ const std::string PAD_TOKEN = "<|endoftext|>";
80
81
const int UNK_TOKEN_ID = 49407;
82
const int BOS_TOKEN_ID = 49406;
@@ -922,4 +922,4 @@ struct CLIPTextModelRunner : public GGMLRunner {
922
}
923
};
924
925
-#endif // __CLIP_HPP__
+#endif // __CLIP_HPP__
0 commit comments