Skip to content

Commit 047e7d6

Browse files
Lunwen Hefacebook-github-bot
authored andcommitted
Only include base64.h in tiktoken.cpp (#4234)
Summary: Pull Request resolved: #4234 Because it is only been used inside `tiktoken.cpp`. ghstack-source-id: 233769842 Reviewed By: dbort Differential Revision: D59664316 fbshipit-source-id: 10168b5cac37f0642f106e5d33cf94857af3a7b3
1 parent 7ee1403 commit 047e7d6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/models/llama2/tokenizer/tiktoken.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
limitations under the License.
2626
*************************************************************************/
2727

28+
#include <executorch/examples/models/llama2/tokenizer/base64.h>
2829
#include <executorch/examples/models/llama2/tokenizer/tiktoken.h>
2930
#include <cctype>
3031
#include <cstdint>

examples/models/llama2/tokenizer/tiktoken.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
#pragma once
1010

11-
#include <executorch/examples/models/llama2/tokenizer/base64.h>
1211
#include <executorch/examples/models/llama2/tokenizer/tokenizer.h>
1312
#include <re2/re2.h>
1413
#include <cstdint>

0 commit comments

Comments
 (0)