Skip to content

Commit b5fbf6b

Browse files
authored
Fix paths in LLaMa project.pbxproj (#10132)
1 parent a260704 commit b5fbf6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@
128128
F292B07F2D88B0D200BE6839 /* result.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = result.h; sourceTree = "<group>"; };
129129
F292B0812D88B0D200BE6839 /* tiktoken.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tiktoken.h; sourceTree = "<group>"; };
130130
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>"; };
133133
/* End PBXFileReference section */
134134

135135
/* Begin PBXFrameworksBuildPhase section */
@@ -852,7 +852,7 @@
852852
isa = XCRemoteSwiftPackageReference;
853853
repositoryURL = "https://github.com/pytorch/executorch";
854854
requirement = {
855-
branch = "swiftpm-0.7.0.20250401";
855+
branch = "swiftpm-0.6.0";
856856
kind = branch;
857857
};
858858
};

0 commit comments

Comments
 (0)