From 2c793dc47dd2b4bd53db3c49a6767f4e7723f94d Mon Sep 17 00:00:00 2001 From: Sebastian-Keith Date: Sat, 14 Mar 2026 20:30:35 +0800 Subject: [PATCH] [Doc]: update README with GTC happy hours notification and fix image missing issue in faq.md --- README.md | 3 +++ docs/faq.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 703a37b..f71efbc 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ + :fire: Go with us to enjoy Nvidia GTC happy hours [SGLang x RadixArk](https://luma.com/hgj595as) + :point_right: 03/17 06:30 PM PDT | San Jose, California + ## About **SiMM** is a high-performance, scalable Key-Value (KV) cache engine designed for LLM inference workloads. It addresses the critical bottlenecks in long-context prompts and multi-turn agent interactions by providing a dedicated, fast memory pool for KV cache storage. Seamlessly integrated with leading inference engines like SGLang and vLLM, enabling offload and retrieve KV caches from SiMM, inference engines can bypass redundant prefill computations, significantly save GPU cycles and drastically reduce Time to First Token (TTFT). SiMM is already proven and validated in production environments. diff --git a/docs/faq.md b/docs/faq.md index df44ca6..020495d 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -5,8 +5,8 @@ SiMM built on Folly Codes with tag [v2025.07.07.00](https://github.com/facebook/folly/tree/v2025.07.07.00) defaultly, such release version had fmt lib related build issue, **so you need to patch the fix locally before SiMM build** : - git issue : https://github.com/facebook/folly/issues/2468 - mr link : https://github.com/facebook/folly/commit/03ba79afc093424ba73ebe23c8b01a3c39b908ef -
- Folly Fmt build issue +
+ Folly Fmt build issue
### 1.2 Folly(liburing)