diff --git a/packages/app/public/logos/amd.svg b/packages/app/public/logos/amd.svg index fb891572..285a0f1f 100644 --- a/packages/app/public/logos/amd.svg +++ b/packages/app/public/logos/amd.svg @@ -1 +1 @@ -AMD \ No newline at end of file +AMD \ No newline at end of file diff --git a/packages/app/public/logos/embeddedllm.webp b/packages/app/public/logos/embeddedllm.webp new file mode 100644 index 00000000..69931c61 Binary files /dev/null and b/packages/app/public/logos/embeddedllm.webp differ diff --git a/packages/app/public/logos/gmi-cloud.svg b/packages/app/public/logos/gmi-cloud.svg index a36d0bd6..a2ac8df3 100644 --- a/packages/app/public/logos/gmi-cloud.svg +++ b/packages/app/public/logos/gmi-cloud.svg @@ -1 +1 @@ - + diff --git a/packages/app/public/logos/gpu-mode.png b/packages/app/public/logos/gpu-mode.png index 2457307a..e705bf9f 100644 Binary files a/packages/app/public/logos/gpu-mode.png and b/packages/app/public/logos/gpu-mode.png differ diff --git a/packages/app/public/logos/sglang.webp b/packages/app/public/logos/sglang.webp index fb6a840a..dba9f580 100644 Binary files a/packages/app/public/logos/sglang.webp and b/packages/app/public/logos/sglang.webp differ diff --git a/packages/app/public/logos/stanford.svg b/packages/app/public/logos/stanford.svg index 10f986ea..c09fc849 100644 --- a/packages/app/public/logos/stanford.svg +++ b/packages/app/public/logos/stanford.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/app/public/logos/supermicro.svg b/packages/app/public/logos/supermicro.svg index e38fdb0f..ea8a68b8 100644 --- a/packages/app/public/logos/supermicro.svg +++ b/packages/app/public/logos/supermicro.svg @@ -1 +1 @@ -Supermicro \ No newline at end of file +Supermicro \ No newline at end of file diff --git a/packages/app/src/components/quotes/quotes-data.ts b/packages/app/src/components/quotes/quotes-data.ts index 757b2fd9..37827a78 100644 --- a/packages/app/src/components/quotes/quotes-data.ts +++ b/packages/app/src/components/quotes/quotes-data.ts @@ -326,13 +326,21 @@ export const QUOTES: Quote[] = [ link: 'https://www.linkedin.com/in/gmi-yeh', }, { - text: 'Now commonly hearing "We want to the Semianalysis for X". Testament to what @dylan522p has built.', + text: 'Now commonly hearing "We want the Semianalysis for X". Testament to what @dylan522p has built.', name: 'Sriram Krishnan', title: 'White House Senior AI Advisor', org: 'White House', logo: 'white-house.svg', link: 'https://x.com/sriramk/status/2048824255702262135', }, + { + text: 'At EmbeddedLLM, our team works deep in the production inference stack, including major maintainer and contributor work in vLLM, so we see every day how much real-world AI performance depends on the full system: model, runtime, kernels, scheduling, and hardware. InferenceX\u2122 matters because it benchmarks that full system continuously and openly. It turns inference from a marketing conversation into an engineering discipline, giving AI labs, neoclouds, and enterprises the data they need to make decisions on throughput, cost, and efficiency at production scale.', + name: 'Pin Siang Tan', + title: 'Co-founder & CTO, EmbeddedLLM', + org: 'EmbeddedLLM', + logo: 'embeddedllm.webp', + link: 'https://www.linkedin.com/in/tanpinsiang', + }, ]; /** Orgs featured in the landing page carousel. */