Skip to content

Commit b96797d

Browse files
committed
add missing regex_lookahead.cpp to the Benchmark.xcodeproj
1 parent e1340e3 commit b96797d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extension/benchmark/apple/Benchmark/Benchmark.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
30AA4B642DC0766800B1BE50 /* std_regex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30AA4B5E2DC0766800B1BE50 /* std_regex.cpp */; };
3434
30AA4B652DC0766800B1BE50 /* pre_tokenizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30AA4B5B2DC0766800B1BE50 /* pre_tokenizer.cpp */; };
3535
30AA4B662DC0766800B1BE50 /* re2_regex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30AA4B5C2DC0766800B1BE50 /* re2_regex.cpp */; };
36+
3C6ABD312DFA24B70015DE55 /* regex_lookahead.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C6ABD302DFA24B70015DE55 /* regex_lookahead.cpp */; };
3637
F22E9E1A2DF2CBB900EC5425 /* text_llm_runner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F22E9E192DF2CBB900EC5425 /* text_llm_runner.cpp */; };
3738
F292B01D2D88AF3500BE6839 /* bpe_tokenizer_base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F292B0162D88AF3500BE6839 /* bpe_tokenizer_base.cpp */; };
3839
F292B0202D88AF3500BE6839 /* llama2c_tokenizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F292B0172D88AF3500BE6839 /* llama2c_tokenizer.cpp */; };
@@ -95,6 +96,7 @@
9596
30AA4B5D2DC0766800B1BE50 /* regex.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = regex.cpp; path = src/regex.cpp; sourceTree = "<group>"; };
9697
30AA4B5E2DC0766800B1BE50 /* std_regex.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = std_regex.cpp; path = src/std_regex.cpp; sourceTree = "<group>"; };
9798
30AA4B5F2DC0766800B1BE50 /* token_decoder.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = token_decoder.cpp; path = src/token_decoder.cpp; sourceTree = "<group>"; };
99+
3C6ABD302DFA24B70015DE55 /* regex_lookahead.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = regex_lookahead.cpp; sourceTree = "<group>"; };
98100
F22E9E182DF2CBB900EC5425 /* text_llm_runner.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = text_llm_runner.h; sourceTree = "<group>"; };
99101
F22E9E192DF2CBB900EC5425 /* text_llm_runner.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = text_llm_runner.cpp; sourceTree = "<group>"; };
100102
F292B0162D88AF3500BE6839 /* bpe_tokenizer_base.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = bpe_tokenizer_base.cpp; path = src/bpe_tokenizer_base.cpp; sourceTree = "<group>"; };
@@ -181,6 +183,7 @@
181183
032A74022CAFBB7800932D36 /* tokenizers */ = {
182184
isa = PBXGroup;
183185
children = (
186+
3C6ABD302DFA24B70015DE55 /* regex_lookahead.cpp */,
184187
30AA4B592DC0766800B1BE50 /* hf_tokenizer.cpp */,
185188
30AA4B5A2DC0766800B1BE50 /* pcre2_regex.cpp */,
186189
30AA4B5B2DC0766800B1BE50 /* pre_tokenizer.cpp */,
@@ -434,6 +437,7 @@
434437
30AA4B652DC0766800B1BE50 /* pre_tokenizer.cpp in Sources */,
435438
30AA4B662DC0766800B1BE50 /* re2_regex.cpp in Sources */,
436439
032A73CA2CAFBA8600932D36 /* LLaMATests.mm in Sources */,
440+
3C6ABD312DFA24B70015DE55 /* regex_lookahead.cpp in Sources */,
437441
032A74262CAFC34800932D36 /* llama_tiktoken.cpp in Sources */,
438442
);
439443
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)