Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@
repositoryURL = "https://github.com/pytorch/executorch";
requirement = {
kind = revision;
revision = e19893740c76195d6c4e6b44648725a46cee244e;
revision = bcc378c89f47d356f7c8db42730673e019dd0855;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@
repositoryURL = "https://github.com/pytorch/executorch";
requirement = {
kind = revision;
revision = e19893740c76195d6c4e6b44648725a46cee244e;
revision = bcc378c89f47d356f7c8db42730673e019dd0855;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Go to Project Navigator, click on LLaMA. `Project --> LLaMA --> Package Dependen
- Branch --> latest
- Branch --> 0.4.0
- Branch --> 0.3.0
- Commit --> (Specify the commit hash, for example: `e19893740c76195d6c4e6b44648725a46cee244e`. Full list [here](https://github.com/pytorch/executorch/commits/latest/))
- Commit --> (Specify the commit hash, for example: `bcc378c89f47d356f7c8db42730673e019dd0855`. Full list [here](https://github.com/pytorch/executorch/commits/latest/))


### 2.2 Manually build the package locally and link them
Expand Down
Loading