From 5f05640d72e8908eadc895b30993894d2f15295a Mon Sep 17 00:00:00 2001 From: yvonwin Date: Sun, 28 Apr 2024 17:31:51 +0800 Subject: [PATCH] fix tiktoken.h path --- qwen_pybind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qwen_pybind.cpp b/qwen_pybind.cpp index af87700..e0c14a3 100644 --- a/qwen_pybind.cpp +++ b/qwen_pybind.cpp @@ -1,4 +1,4 @@ -#include "tiktoken.h" +#include "tokenizer/tiktoken.h" #include "qwen.h" #include #include