|
17 | 17 | 0324D6922BAACB6900DEF36F /* ResourceManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0324D6872BAACB6900DEF36F /* ResourceManager.swift */; }; |
18 | 18 | 0324D6932BAACB6900DEF36F /* ResourceMonitor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0324D6882BAACB6900DEF36F /* ResourceMonitor.swift */; }; |
19 | 19 | 0324D6962BAACB7000DEF36F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0324D6942BAACB7000DEF36F /* Assets.xcassets */; }; |
20 | | - 03729EDC2BB1F8DE00152F2E /* LLaMARunner.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 03729ED52BB1F8DE00152F2E /* LLaMARunner.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
21 | | - 03729EE12BB1F93800152F2E /* LLaMARunner.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0324D69A2BAACB7C00DEF36F /* LLaMARunner.mm */; }; |
22 | | - 03729EE22BB1F93E00152F2E /* LLaMARunner.h in Headers */ = {isa = PBXBuildFile; fileRef = 0324D6992BAACB7C00DEF36F /* LLaMARunner.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 20 | + 03729EDC2BB1F8DE00152F2E /* LLMRunner.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 03729ED52BB1F8DE00152F2E /* LLMRunner.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
| 21 | + 03729EE12BB1F93800152F2E /* LLMRunner.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0324D69A2BAACB7C00DEF36F /* LLMRunner.mm */; }; |
| 22 | + 03729EE22BB1F93E00152F2E /* LLMRunner.h in Headers */ = {isa = PBXBuildFile; fileRef = 0324D6992BAACB7C00DEF36F /* LLMRunner.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
23 | 23 | 03729F0A2BB203B300152F2E /* runner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03729F072BB203B300152F2E /* runner.cpp */; }; |
24 | 24 | 03729F0B2BB203B300152F2E /* runner.h in Headers */ = {isa = PBXBuildFile; fileRef = 03729F082BB203B300152F2E /* runner.h */; }; |
25 | 25 | 03729F0C2BB203B300152F2E /* util.h in Headers */ = {isa = PBXBuildFile; fileRef = 03729F092BB203B300152F2E /* util.h */; }; |
|
84 | 84 | containerPortal = 032C01672AC228E5002955E1 /* Project object */; |
85 | 85 | proxyType = 1; |
86 | 86 | remoteGlobalIDString = 03729ED42BB1F8DE00152F2E; |
87 | | - remoteInfo = LLaMARunner; |
| 87 | + remoteInfo = LLMRunner; |
88 | 88 | }; |
89 | 89 | /* End PBXContainerItemProxy section */ |
90 | 90 |
|
|
95 | 95 | dstPath = ""; |
96 | 96 | dstSubfolderSpec = 10; |
97 | 97 | files = ( |
98 | | - 03729EDC2BB1F8DE00152F2E /* LLaMARunner.framework in Embed Frameworks */, |
| 98 | + 03729EDC2BB1F8DE00152F2E /* LLMRunner.framework in Embed Frameworks */, |
99 | 99 | ); |
100 | 100 | name = "Embed Frameworks"; |
101 | 101 | runOnlyForDeploymentPostprocessing = 0; |
|
114 | 114 | 0324D6872BAACB6900DEF36F /* ResourceManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResourceManager.swift; sourceTree = "<group>"; }; |
115 | 115 | 0324D6882BAACB6900DEF36F /* ResourceMonitor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResourceMonitor.swift; sourceTree = "<group>"; }; |
116 | 116 | 0324D6942BAACB7000DEF36F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
117 | | - 0324D6992BAACB7C00DEF36F /* LLaMARunner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LLaMARunner.h; sourceTree = "<group>"; }; |
118 | | - 0324D69A2BAACB7C00DEF36F /* LLaMARunner.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = LLaMARunner.mm; sourceTree = "<group>"; }; |
| 117 | + 0324D6992BAACB7C00DEF36F /* LLMRunner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LLMRunner.h; sourceTree = "<group>"; }; |
| 118 | + 0324D69A2BAACB7C00DEF36F /* LLMRunner.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = LLMRunner.mm; sourceTree = "<group>"; }; |
119 | 119 | 035A5E942BB4B523001E0553 /* LLaMA.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = LLaMA.entitlements; sourceTree = "<group>"; }; |
120 | 120 | 036CAF9D2BB1444500D6C2D5 /* LLaMA.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LLaMA.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
121 | | - 03729ED52BB1F8DE00152F2E /* LLaMARunner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LLaMARunner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 121 | + 03729ED52BB1F8DE00152F2E /* LLMRunner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LLMRunner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
122 | 122 | 03729F072BB203B300152F2E /* runner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = runner.cpp; path = ../../../examples/models/llama/runner/runner.cpp; sourceTree = "<group>"; }; |
123 | 123 | 03729F082BB203B300152F2E /* runner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = runner.h; path = ../../../examples/models/llama/runner/runner.h; sourceTree = "<group>"; }; |
124 | 124 | 03729F092BB203B300152F2E /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = util.h; sourceTree = "<group>"; }; |
|
245 | 245 | 0324D69B2BAACB7C00DEF36F /* Exported */ = { |
246 | 246 | isa = PBXGroup; |
247 | 247 | children = ( |
248 | | - 0324D6992BAACB7C00DEF36F /* LLaMARunner.h */, |
249 | | - 0324D69A2BAACB7C00DEF36F /* LLaMARunner.mm */, |
| 248 | + 0324D6992BAACB7C00DEF36F /* LLMRunner.h */, |
| 249 | + 0324D69A2BAACB7C00DEF36F /* LLMRunner.mm */, |
250 | 250 | ); |
251 | 251 | path = Exported; |
252 | 252 | sourceTree = "<group>"; |
253 | 253 | }; |
254 | | - 0324D69C2BAACB7C00DEF36F /* LLaMARunner */ = { |
| 254 | + 0324D69C2BAACB7C00DEF36F /* LLMRunner */ = { |
255 | 255 | isa = PBXGroup; |
256 | 256 | children = ( |
257 | 257 | 0324D69B2BAACB7C00DEF36F /* Exported */, |
258 | 258 | 03729F062BB2035900152F2E /* runner */, |
259 | 259 | 03729F0F2BB203E100152F2E /* sampler */, |
260 | 260 | 03729F0E2BB203D700152F2E /* tokenizers */, |
261 | 261 | ); |
262 | | - path = LLaMARunner; |
| 262 | + path = LLMRunner; |
263 | 263 | sourceTree = "<group>"; |
264 | 264 | }; |
265 | | - 0324D69F2BAACB7C00DEF36F /* LLaMARunner */ = { |
| 265 | + 0324D69F2BAACB7C00DEF36F /* LLMRunner */ = { |
266 | 266 | isa = PBXGroup; |
267 | 267 | children = ( |
268 | | - 0324D69C2BAACB7C00DEF36F /* LLaMARunner */, |
| 268 | + 0324D69C2BAACB7C00DEF36F /* LLMRunner */, |
269 | 269 | ); |
270 | | - path = LLaMARunner; |
| 270 | + path = LLMRunner; |
271 | 271 | sourceTree = "<group>"; |
272 | 272 | }; |
273 | 273 | 032C01662AC228E5002955E1 = { |
|
276 | 276 | 0324D68A2BAACB6900DEF36F /* LLaMA */, |
277 | 277 | 0324D6952BAACB7000DEF36F /* LLaMAAssets */, |
278 | 278 | 035A5E952BB4B523001E0553 /* LLaMAEntitlements */, |
279 | | - 0324D69F2BAACB7C00DEF36F /* LLaMARunner */, |
| 279 | + 0324D69F2BAACB7C00DEF36F /* LLMRunner */, |
280 | 280 | 036CAF9D2BB1444500D6C2D5 /* LLaMA.app */, |
281 | | - 03729ED52BB1F8DE00152F2E /* LLaMARunner.framework */, |
| 281 | + 03729ED52BB1F8DE00152F2E /* LLMRunner.framework */, |
282 | 282 | ); |
283 | 283 | sourceTree = "<group>"; |
284 | 284 | }; |
|
384 | 384 | isa = PBXHeadersBuildPhase; |
385 | 385 | buildActionMask = 2147483647; |
386 | 386 | files = ( |
387 | | - 03729EE22BB1F93E00152F2E /* LLaMARunner.h in Headers */, |
| 387 | + 03729EE22BB1F93E00152F2E /* LLMRunner.h in Headers */, |
388 | 388 | 03D03DA82C7823620088D6A7 /* text_prefiller.h in Headers */, |
389 | 389 | F292B0882D88B0D200BE6839 /* llama2c_tokenizer.h in Headers */, |
390 | 390 | F292B0892D88B0D200BE6839 /* tokenizer.h in Headers */, |
|
435 | 435 | productReference = 036CAF9D2BB1444500D6C2D5 /* LLaMA.app */; |
436 | 436 | productType = "com.apple.product-type.application"; |
437 | 437 | }; |
438 | | - 03729ED42BB1F8DE00152F2E /* LLaMARunner */ = { |
| 438 | + 03729ED42BB1F8DE00152F2E /* LLMRunner */ = { |
439 | 439 | isa = PBXNativeTarget; |
440 | | - buildConfigurationList = 03729EDD2BB1F8DE00152F2E /* Build configuration list for PBXNativeTarget "LLaMARunner" */; |
| 440 | + buildConfigurationList = 03729EDD2BB1F8DE00152F2E /* Build configuration list for PBXNativeTarget "LLMRunner" */; |
441 | 441 | buildPhases = ( |
442 | 442 | 03641D7C2C409960004AF8DE /* Build Cmake Dependencies */, |
443 | 443 | 03729ED02BB1F8DE00152F2E /* Headers */, |
|
449 | 449 | ); |
450 | 450 | dependencies = ( |
451 | 451 | ); |
452 | | - name = LLaMARunner; |
| 452 | + name = LLMRunner; |
453 | 453 | packageProductDependencies = ( |
454 | 454 | 03CF43952CEC5CEC00C7113B /* backend_coreml */, |
455 | 455 | 03CF43972CEC5CEC00C7113B /* backend_coreml_debug */, |
|
467 | 467 | 03CF43AF2CEC5CEC00C7113B /* kernels_quantized */, |
468 | 468 | 03CF43B12CEC5CEC00C7113B /* kernels_quantized_debug */, |
469 | 469 | ); |
470 | | - productName = LLaMARunner; |
471 | | - productReference = 03729ED52BB1F8DE00152F2E /* LLaMARunner.framework */; |
| 470 | + productName = LLMRunner; |
| 471 | + productReference = 03729ED52BB1F8DE00152F2E /* LLMRunner.framework */; |
472 | 472 | productType = "com.apple.product-type.framework"; |
473 | 473 | }; |
474 | 474 | /* End PBXNativeTarget section */ |
|
506 | 506 | projectRoot = ""; |
507 | 507 | targets = ( |
508 | 508 | 032C016E2AC228E6002955E1 /* LLaMA */, |
509 | | - 03729ED42BB1F8DE00152F2E /* LLaMARunner */, |
| 509 | + 03729ED42BB1F8DE00152F2E /* LLMRunner */, |
510 | 510 | ); |
511 | 511 | }; |
512 | 512 | /* End PBXProject section */ |
|
574 | 574 | isa = PBXSourcesBuildPhase; |
575 | 575 | buildActionMask = 2147483647; |
576 | 576 | files = ( |
577 | | - 03729EE12BB1F93800152F2E /* LLaMARunner.mm in Sources */, |
| 577 | + 03729EE12BB1F93800152F2E /* LLMRunner.mm in Sources */, |
578 | 578 | 0372C3152C89418E00CD942A /* llava_runner.cpp in Sources */, |
579 | 579 | F292B1022D88B20C00BE6839 /* llama_tiktoken.cpp in Sources */, |
580 | 580 | 03D03DAB2C7823830088D6A7 /* text_decoder_runner.cpp in Sources */, |
|
599 | 599 | /* Begin PBXTargetDependency section */ |
600 | 600 | 03729EDA2BB1F8DE00152F2E /* PBXTargetDependency */ = { |
601 | 601 | isa = PBXTargetDependency; |
602 | | - target = 03729ED42BB1F8DE00152F2E /* LLaMARunner */; |
| 602 | + target = 03729ED42BB1F8DE00152F2E /* LLMRunner */; |
603 | 603 | targetProxy = 03729ED92BB1F8DE00152F2E /* PBXContainerItemProxy */; |
604 | 604 | }; |
605 | 605 | /* End PBXTargetDependency section */ |
|
830 | 830 | MARKETING_VERSION = 1.0; |
831 | 831 | MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; |
832 | 832 | MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; |
833 | | - PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.illama.LLaMARunner; |
| 833 | + PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.illama.LLMRunner; |
834 | 834 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
835 | 835 | SKIP_INSTALL = YES; |
836 | 836 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
|
866 | 866 | MARKETING_VERSION = 1.0; |
867 | 867 | MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++"; |
868 | 868 | MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20"; |
869 | | - PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.illama.LLaMARunner; |
| 869 | + PRODUCT_BUNDLE_IDENTIFIER = org.pytorch.executorch.illama.LLMRunner; |
870 | 870 | PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; |
871 | 871 | SKIP_INSTALL = YES; |
872 | 872 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
|
901 | 901 | defaultConfigurationIsVisible = 0; |
902 | 902 | defaultConfigurationName = Release; |
903 | 903 | }; |
904 | | - 03729EDD2BB1F8DE00152F2E /* Build configuration list for PBXNativeTarget "LLaMARunner" */ = { |
| 904 | + 03729EDD2BB1F8DE00152F2E /* Build configuration list for PBXNativeTarget "LLMRunner" */ = { |
905 | 905 | isa = XCConfigurationList; |
906 | 906 | buildConfigurations = ( |
907 | 907 | 03729EDE2BB1F8DE00152F2E /* Debug */, |
|
0 commit comments