From 970eb6bd7db7739a5f36517497d29e4ef8bab4f3 Mon Sep 17 00:00:00 2001 From: "Carson M." Date: Mon, 6 Apr 2026 17:42:26 -0500 Subject: [PATCH] docs: update --- README.md | 4 ---- docs/components/Sponsors.tsx | 6 ------ 2 files changed, 10 deletions(-) diff --git a/README.md b/README.md index dba6e94..e5dcdcd 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,6 @@ Crates.io ONNX Runtime
-| 💖 Sponsored by | | -|:------------:|---| -| Rime.ai | Authentic AI voice models for enterprise. | - `ort` is a Rust interface for performing hardware-accelerated inference & training on machine learning models in the [Open Neural Network Exchange](https://onnx.ai/) (ONNX) format. diff --git a/docs/components/Sponsors.tsx b/docs/components/Sponsors.tsx index a5e0009..34b627d 100644 --- a/docs/components/Sponsors.tsx +++ b/docs/components/Sponsors.tsx @@ -12,11 +12,5 @@ export function TocSponsors() { }, [ actualResolvedTheme ]); return <> -
- - Rime.ai - -

Authentic AI voice models for enterprise.

-
; }