From af4d87a23fcdc535824edce3a24bf0daeaf1e95c Mon Sep 17 00:00:00 2001 From: felsweg <23339634+felsweg@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:15:27 +0200 Subject: [PATCH] Update content/pages/accelerate.md Co-authored-by: Daniel <124795337+denjell-crabnebula@users.noreply.github.com> Signed-off-by: felsweg <23339634+felsweg@users.noreply.github.com> --- content/pages/accelerate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/accelerate.md b/content/pages/accelerate.md index 6106e94..2853725 100644 --- a/content/pages/accelerate.md +++ b/content/pages/accelerate.md @@ -8,7 +8,7 @@ This project aims to develop a machine learning model abstraction layer for the the Rust programming language and will provide bindings to existing machine learning libraries, use common model formats such as ONNX, and implement a basic API for interaction with different model architectures and types. This approach aims to make it easy for everyday users to load and run AI models without worrying -about specifics, and further also provide web developers with +about specifics, and further also provides web developers with simpler access through a minimal API for integration in web content. The intended abstraction layer will be implemented to the Servo webview, and the expected deliverable is a source code library that runs cross-platform within the Verso browser. With this approach, we aim to provide the first stepping stone