diff --git a/components/ExampleListSection.tsx b/components/ExampleListSection.tsx index c299eea..32be9bc 100644 --- a/components/ExampleListSection.tsx +++ b/components/ExampleListSection.tsx @@ -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++", }, ]; diff --git a/pages/index.tsx b/pages/index.tsx index 1027b37..88e465b 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -51,7 +51,7 @@ export const getStaticProps: GetStaticProps = 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.