Skip to content
Open
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
4 changes: 2 additions & 2 deletions components/ExampleListSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const REPOS: RepoCardProps[] = [
language: "Java",
},
{
name: "PlutoLang/Pluto",
description: "A superset of Lua 5.4 with a focus on general-purpose programming.",
name: "ggml-org/llama.cpp",
description: "LLM inference in C/C++.",
language: "C++",
},
];
Expand Down
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const getStaticProps: GetStaticProps<LandingPageProps> = async () => {
"openai/codex",
"apache/airflow",
"temporalio/sdk-java",
"PlutoLang/Pluto",
"ggml-org/llama.cpp",
];

// If we fetched within the last 12 hours, reuse the cached data.
Expand Down