Skip to content

Commit

Permalink
Add executorch to hud navbar (#4654)
Browse files Browse the repository at this point in the history
Add executorch to hud navbar

Adds executorch to the hud navbar as it's public now :)

Co-authored-by: PaliC <>
  • Loading branch information
PaliC authored Oct 17, 2023
1 parent 4628957 commit 63cfef1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions torchci/components/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ function NavBar() {
MiniHUD
</Link>
</li>
<li>
<Link prefetch={false} href="/hud/pytorch/executorch/main">
ExecuTorch
</Link>
</li>
<li>
<Link prefetch={false} href="/hud/pytorch/vision/main">
TorchVision
Expand Down
2 changes: 2 additions & 0 deletions torchci/pages/[repoOwner]/[repoName]/commit/[sha].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export default function Page() {
? "TorchVision"
: repoOwner === "pytorch" && repoName === "audio"
? "TorchAudio"
: repoOwner === "pytorch" && repoName === "executorch"
? "ExecuTorch"
: `${repoOwner}/${repoName}`;

return (
Expand Down

1 comment on commit 63cfef1

@vercel
Copy link

@vercel vercel bot commented on 63cfef1 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.