https://github.com/rustfs/gpucache.com
Static website for GPUCache
https://github.com/rustfs/gpucache.com
Last synced: 8 days ago
JSON representation
Static website for GPUCache
- Host: GitHub
- URL: https://github.com/rustfs/gpucache.com
- Owner: rustfs
- Created: 2026-05-31T16:00:51.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2026-05-31T16:00:54.000Z (12 days ago)
- Last Synced: 2026-06-04T04:17:33.386Z (8 days ago)
- Language: HTML
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPUCache Website
Static landing page for [RustFS GPUCache](https://github.com/rustfs/GPUCache).
GPUCache offloads KV cache for LLM inference onto BlueField DPUs and NVMe flash, giving GPU clusters a shared L4 context-memory tier.
## Files
- `index.html` — page markup
- `styles.css` — visual system and responsive layout
- `script.js` — reveal animation and screenshot helper
- `design-tokens.md` — local design constraints used for this prototype
## Local preview
Open `index.html` directly in a browser, or run a simple static server:
```bash
python3 -m http.server 8080
```
Then visit `http://localhost:8080`.