|
43 | 43 | 03729F132BB2042B00152F2E /* sampler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03729F112BB2042B00152F2E /* sampler.cpp */; };
|
44 | 44 | 03729F162BB2043600152F2E /* bpe_tokenizer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03729F142BB2043600152F2E /* bpe_tokenizer.cpp */; };
|
45 | 45 | 03729F172BB2043600152F2E /* tokenizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 03729F152BB2043600152F2E /* tokenizer.h */; };
|
| 46 | + 0372C3112C893FE900CD942A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0372C3102C893FE900CD942A /* CoreGraphics.framework */; }; |
| 47 | + 0372C3142C89418E00CD942A /* llava_runner.h in Headers */ = {isa = PBXBuildFile; fileRef = 0372C3122C89418E00CD942A /* llava_runner.h */; }; |
| 48 | + 0372C3152C89418E00CD942A /* llava_runner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0372C3132C89418E00CD942A /* llava_runner.cpp */; }; |
46 | 49 | 038D678C2C482C1E00B88CF2 /* llama_tiktoken.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 038D678A2C482C1D00B88CF2 /* llama_tiktoken.cpp */; };
|
47 | 50 | 038D678D2C482C1E00B88CF2 /* llama_tiktoken.h in Headers */ = {isa = PBXBuildFile; fileRef = 038D678B2C482C1E00B88CF2 /* llama_tiktoken.h */; };
|
48 | 51 | 03BADE202BD2E88600DDFDC2 /* bpe_tokenizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 03BADE1F2BD2E88600DDFDC2 /* bpe_tokenizer.h */; };
|
|
141 | 144 | 03729ED52BB1F8DE00152F2E /* LLaMARunner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LLaMARunner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
142 | 145 | 03729F072BB203B300152F2E /* runner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = runner.cpp; path = ../../../examples/models/llama2/runner/runner.cpp; sourceTree = "<group>"; };
|
143 | 146 | 03729F082BB203B300152F2E /* runner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = runner.h; path = ../../../examples/models/llama2/runner/runner.h; sourceTree = "<group>"; };
|
144 |
| - 03729F092BB203B300152F2E /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = util.h; path = ../../../../extension/llm/runner/util.h; sourceTree = "<group>"; }; |
| 147 | + 03729F092BB203B300152F2E /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = util.h; sourceTree = "<group>"; }; |
145 | 148 | 03729F102BB2042B00152F2E /* sampler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sampler.h; sourceTree = "<group>"; };
|
146 | 149 | 03729F112BB2042B00152F2E /* sampler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = sampler.cpp; sourceTree = "<group>"; };
|
147 | 150 | 03729F142BB2043600152F2E /* bpe_tokenizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bpe_tokenizer.cpp; path = ../../../../extension/llm/tokenizer/bpe_tokenizer.cpp; sourceTree = "<group>"; };
|
148 | 151 | 03729F152BB2043600152F2E /* tokenizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tokenizer.h; path = ../../../../extension/llm/tokenizer/tokenizer.h; sourceTree = "<group>"; };
|
| 152 | + 0372C3102C893FE900CD942A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; |
| 153 | + 0372C3122C89418E00CD942A /* llava_runner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = llava_runner.h; path = ../../../examples/models/llava/runner/llava_runner.h; sourceTree = "<group>"; }; |
| 154 | + 0372C3132C89418E00CD942A /* llava_runner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = llava_runner.cpp; path = ../../../examples/models/llava/runner/llava_runner.cpp; sourceTree = "<group>"; }; |
149 | 155 | 038D678A2C482C1D00B88CF2 /* llama_tiktoken.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = llama_tiktoken.cpp; sourceTree = "<group>"; };
|
150 | 156 | 038D678B2C482C1E00B88CF2 /* llama_tiktoken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = llama_tiktoken.h; sourceTree = "<group>"; };
|
151 | 157 | 03BADE1F2BD2E88600DDFDC2 /* bpe_tokenizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bpe_tokenizer.h; path = ../../../../extension/llm/tokenizer/bpe_tokenizer.h; sourceTree = "<group>"; };
|
|
190 | 196 | isa = PBXFrameworksBuildPhase;
|
191 | 197 | buildActionMask = 2147483647;
|
192 | 198 | files = (
|
| 199 | + 0372C3112C893FE900CD942A /* CoreGraphics.framework in Frameworks */, |
193 | 200 | 03312C3E2BBFD076002106EF /* executorch_debug in Frameworks */,
|
194 | 201 | );
|
195 | 202 | runOnlyForDeploymentPostprocessing = 0;
|
|
323 | 330 | 03729F062BB2035900152F2E /* runner */ = {
|
324 | 331 | isa = PBXGroup;
|
325 | 332 | children = (
|
| 333 | + 0372C3132C89418E00CD942A /* llava_runner.cpp */, |
| 334 | + 0372C3122C89418E00CD942A /* llava_runner.h */, |
326 | 335 | 03729F072BB203B300152F2E /* runner.cpp */,
|
327 | 336 | 03729F082BB203B300152F2E /* runner.h */,
|
328 | 337 | 03D03DA92C7823830088D6A7 /* text_decoder_runner.cpp */,
|
|
373 | 382 | 84DD947F2C81060E00C765A6 /* Frameworks */ = {
|
374 | 383 | isa = PBXGroup;
|
375 | 384 | children = (
|
| 385 | + 0372C3102C893FE900CD942A /* CoreGraphics.framework */, |
376 | 386 | );
|
377 | 387 | name = Frameworks;
|
378 | 388 | sourceTree = "<group>";
|
|
403 | 413 | 038D678D2C482C1E00B88CF2 /* llama_tiktoken.h in Headers */,
|
404 | 414 | 03729F0C2BB203B300152F2E /* util.h in Headers */,
|
405 | 415 | 03729F0B2BB203B300152F2E /* runner.h in Headers */,
|
| 416 | + 0372C3142C89418E00CD942A /* llava_runner.h in Headers */, |
406 | 417 | );
|
407 | 418 | runOnlyForDeploymentPostprocessing = 0;
|
408 | 419 | };
|
|
646 | 657 | 03729EE12BB1F93800152F2E /* LLaMARunner.mm in Sources */,
|
647 | 658 | 03BADE232BD2EB6700DDFDC2 /* tiktoken.cpp in Sources */,
|
648 | 659 | 038D678C2C482C1E00B88CF2 /* llama_tiktoken.cpp in Sources */,
|
| 660 | + 0372C3152C89418E00CD942A /* llava_runner.cpp in Sources */, |
649 | 661 | 03D03DAB2C7823830088D6A7 /* text_decoder_runner.cpp in Sources */,
|
650 | 662 | 03729F162BB2043600152F2E /* bpe_tokenizer.cpp in Sources */,
|
651 | 663 | 03729F0A2BB203B300152F2E /* runner.cpp in Sources */,
|
|
0 commit comments