Browse Source

LLM:Bugfix: Fix compile bug

xiaying 3 tuần trước cách đây
mục cha
commit
38e5c50328
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      transformers/llm/engine/src/tokenizer.cpp

+ 1 - 0
transformers/llm/engine/src/tokenizer.cpp

@@ -5,6 +5,7 @@
 //  ZhaodeWang
 //
 
+#include <MNN/MNNDefine.h>
 #include "tokenizer.hpp"
 #include <fstream>
 #include <sstream>