File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 128
128
F292B07F2D88B0D200BE6839 /* result.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = result.h; sourceTree = "<group>"; };
129
129
F292B0812D88B0D200BE6839 /* tiktoken.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tiktoken.h; sourceTree = "<group>"; };
130
130
F292B0832D88B0D200BE6839 /* tokenizer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tokenizer.h; sourceTree = "<group>"; };
131
- F292B0FF2D88B20C00BE6839 /* llama_tiktoken.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = llama_tiktoken.h; path = /Users/larryliu/CLionProjects/ executorch/examples/models/llama/tokenizer/llama_tiktoken.h; sourceTree = "<absolute >"; };
132
- F292B1002D88B20C00BE6839 /* llama_tiktoken.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = llama_tiktoken.cpp; path = /Users/larryliu/CLionProjects/ executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp; sourceTree = "<absolute >"; };
131
+ F292B0FF2D88B20C00BE6839 /* llama_tiktoken.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = llama_tiktoken.h; path = ../../../../../ executorch/examples/models/llama/tokenizer/llama_tiktoken.h; sourceTree = "<group >"; };
132
+ F292B1002D88B20C00BE6839 /* llama_tiktoken.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = llama_tiktoken.cpp; path = ../../../../../ executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp; sourceTree = "<group >"; };
133
133
/* End PBXFileReference section */
134
134
135
135
/* Begin PBXFrameworksBuildPhase section */
852
852
isa = XCRemoteSwiftPackageReference;
853
853
repositoryURL = "https://github.com/pytorch/executorch";
854
854
requirement = {
855
- branch = "swiftpm-0.7.0.20250401 ";
855
+ branch = "swiftpm-0.6.0 ";
856
856
kind = branch;
857
857
};
858
858
};
You can’t perform that action at this time.
0 commit comments