We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da6991 commit c1ef8e7Copy full SHA for c1ef8e7
src/app/layout.js
@@ -12,8 +12,8 @@ const geistMono = Geist_Mono({
12
});
13
14
export const metadata = {
15
- title: "Create Next App",
16
- description: "Generated by create next app",
+ title: "PyTorch IR Explorer",
+ description: "An interactive web-based tool for exploring intermediate representations of PyTorch and Triton models",
17
};
18
19
export default function RootLayout({ children }) {
0 commit comments