|
64 | 64 | 306A71512DC1DC3D00936B1F /* pre_tokenizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 306A71472DC1DC3D00936B1F /* pre_tokenizer.cpp */; }; |
65 | 65 | 306A71522DC1DC3D00936B1F /* token_decoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 306A714B2DC1DC3D00936B1F /* token_decoder.cpp */; }; |
66 | 66 | 3072D5232DC3EA280083FC83 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3072D5222DC3EA280083FC83 /* Constants.swift */; }; |
| 67 | + F24909E32E206FD2001E5B69 /* kernels_portable in Frameworks */ = {isa = PBXBuildFile; productRef = 03CF43AB2CEC5CEC00C7113B /* kernels_portable */; }; |
| 68 | + F24909E42E206FD2001E5B69 /* kernels_portable_debug in Frameworks */ = {isa = PBXBuildFile; productRef = 03CF43AD2CEC5CEC00C7113B /* kernels_portable_debug */; }; |
| 69 | + F24909E82E207004001E5B69 /* normalizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F24909E72E207004001E5B69 /* normalizer.cpp */; }; |
67 | 70 | F292B0752D88B0C200BE6839 /* tiktoken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F292B06F2D88B0C200BE6839 /* tiktoken.cpp */; }; |
68 | 71 | F292B0762D88B0C200BE6839 /* llama2c_tokenizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F292B06C2D88B0C200BE6839 /* llama2c_tokenizer.cpp */; }; |
69 | 72 | F292B0772D88B0C200BE6839 /* bpe_tokenizer_base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F292B06A2D88B0C200BE6839 /* bpe_tokenizer_base.cpp */; }; |
|
152 | 155 | 306A714A2DC1DC3D00936B1F /* std_regex.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = std_regex.cpp; path = src/std_regex.cpp; sourceTree = "<group>"; }; |
153 | 156 | 306A714B2DC1DC3D00936B1F /* token_decoder.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = token_decoder.cpp; path = src/token_decoder.cpp; sourceTree = "<group>"; }; |
154 | 157 | 3072D5222DC3EA280083FC83 /* Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; }; |
| 158 | + F24909E72E207004001E5B69 /* normalizer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = normalizer.cpp; path = src/normalizer.cpp; sourceTree = "<group>"; }; |
155 | 159 | F292B06A2D88B0C200BE6839 /* bpe_tokenizer_base.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = bpe_tokenizer_base.cpp; path = src/bpe_tokenizer_base.cpp; sourceTree = "<group>"; }; |
156 | 160 | F292B06C2D88B0C200BE6839 /* llama2c_tokenizer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = llama2c_tokenizer.cpp; path = src/llama2c_tokenizer.cpp; sourceTree = "<group>"; }; |
157 | 161 | F292B06F2D88B0C200BE6839 /* tiktoken.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = tiktoken.cpp; path = src/tiktoken.cpp; sourceTree = "<group>"; }; |
|
178 | 182 | isa = PBXFrameworksBuildPhase; |
179 | 183 | buildActionMask = 2147483647; |
180 | 184 | files = ( |
| 185 | + F24909E42E206FD2001E5B69 /* kernels_portable_debug in Frameworks */, |
| 186 | + F24909E32E206FD2001E5B69 /* kernels_portable in Frameworks */, |
181 | 187 | 03CF43962CEC5CEC00C7113B /* backend_coreml in Frameworks */, |
182 | 188 | 03CF43982CEC5CEC00C7113B /* backend_coreml_debug in Frameworks */, |
183 | 189 | 03CF439A2CEC5CEC00C7113B /* backend_mps in Frameworks */, |
|
309 | 315 | 03729F0E2BB203D700152F2E /* tokenizers */ = { |
310 | 316 | isa = PBXGroup; |
311 | 317 | children = ( |
| 318 | + F24909E72E207004001E5B69 /* normalizer.cpp */, |
312 | 319 | F292B06A2D88B0C200BE6839 /* bpe_tokenizer_base.cpp */, |
313 | 320 | 306A71452DC1DC3D00936B1F /* hf_tokenizer.cpp */, |
314 | 321 | F292B1002D88B20C00BE6839 /* llama_tiktoken.cpp */, |
|
600 | 607 | files = ( |
601 | 608 | 03D151B82E0E0908007A38BE /* LLaVARunner.mm in Sources */, |
602 | 609 | 03729EE12BB1F93800152F2E /* LLaMARunner.mm in Sources */, |
| 610 | + F24909E82E207004001E5B69 /* normalizer.cpp in Sources */, |
603 | 611 | 0372C3152C89418E00CD942A /* llava_runner.cpp in Sources */, |
604 | 612 | 03D151CA2E0E98C4007A38BE /* sentencepiece.cpp in Sources */, |
605 | 613 | 03D151D92E0E9E43007A38BE /* ExecuTorchTextLLMRunner.mm in Sources */, |
|
0 commit comments