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.

-
; }