|
33 | 33 | 30AA4B642DC0766800B1BE50 /* std_regex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30AA4B5E2DC0766800B1BE50 /* std_regex.cpp */; }; |
34 | 34 | 30AA4B652DC0766800B1BE50 /* pre_tokenizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 30AA4B5B2DC0766800B1BE50 /* pre_tokenizer.cpp */; }; |
35 | 35 | 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 */; }; |
36 | 37 | F22E9E1A2DF2CBB900EC5425 /* text_llm_runner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F22E9E192DF2CBB900EC5425 /* text_llm_runner.cpp */; }; |
37 | 38 | F292B01D2D88AF3500BE6839 /* bpe_tokenizer_base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F292B0162D88AF3500BE6839 /* bpe_tokenizer_base.cpp */; }; |
38 | 39 | F292B0202D88AF3500BE6839 /* llama2c_tokenizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F292B0172D88AF3500BE6839 /* llama2c_tokenizer.cpp */; }; |
|
95 | 96 | 30AA4B5D2DC0766800B1BE50 /* regex.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = regex.cpp; path = src/regex.cpp; sourceTree = "<group>"; }; |
96 | 97 | 30AA4B5E2DC0766800B1BE50 /* std_regex.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = std_regex.cpp; path = src/std_regex.cpp; sourceTree = "<group>"; }; |
97 | 98 | 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>"; }; |
98 | 100 | F22E9E182DF2CBB900EC5425 /* text_llm_runner.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = text_llm_runner.h; sourceTree = "<group>"; }; |
99 | 101 | F22E9E192DF2CBB900EC5425 /* text_llm_runner.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = text_llm_runner.cpp; sourceTree = "<group>"; }; |
100 | 102 | 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 | 183 | 032A74022CAFBB7800932D36 /* tokenizers */ = { |
182 | 184 | isa = PBXGroup; |
183 | 185 | children = ( |
| 186 | + 3C6ABD302DFA24B70015DE55 /* regex_lookahead.cpp */, |
184 | 187 | 30AA4B592DC0766800B1BE50 /* hf_tokenizer.cpp */, |
185 | 188 | 30AA4B5A2DC0766800B1BE50 /* pcre2_regex.cpp */, |
186 | 189 | 30AA4B5B2DC0766800B1BE50 /* pre_tokenizer.cpp */, |
|
434 | 437 | 30AA4B652DC0766800B1BE50 /* pre_tokenizer.cpp in Sources */, |
435 | 438 | 30AA4B662DC0766800B1BE50 /* re2_regex.cpp in Sources */, |
436 | 439 | 032A73CA2CAFBA8600932D36 /* LLaMATests.mm in Sources */, |
| 440 | + 3C6ABD312DFA24B70015DE55 /* regex_lookahead.cpp in Sources */, |
437 | 441 | 032A74262CAFC34800932D36 /* llama_tiktoken.cpp in Sources */, |
438 | 442 | ); |
439 | 443 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments