From 29127fe4a8a67765c57345c72fa7eb8a381fc762 Mon Sep 17 00:00:00 2001 From: Shubham Panchal <41076823+shubham0204@users.noreply.github.com> Date: Sun, 19 May 2024 01:17:35 +0000 Subject: [PATCH] fix README.md to approve check --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb75830..b09b14f 100644 --- a/README.md +++ b/README.md @@ -884,6 +884,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [autumnai/leaf](https://github.com/autumnai/leaf) — Open Machine Intelligence framework.. Abandoned project. The most updated fork is [juice](https://github.com/fff-rs/juice). * [burn](https://github.com/tracel-ai/burn) - A Flexible and Comprehensive Deep Learning Framework. * [coreylowman/dfdx](https://github.com/coreylowman/dfdx) — CUDA accelerated machine learning framework that leverages many of Rust's unique features. ![Crates.io](https://img.shields.io/crates/v/dfdx) +* [guillaume-be/rust-bert](https://github.com/guillaume-be/rust-bert) [[rust_bert](https://crates.io/crates/rust_bert)] — Ready-to-use NLP pipelines and language models * [huggingface/candle](https://github.com/huggingface/candle) [[candle-core](https://crates.io/crates/candle-core)]- a minimalist ML framework with a focus on easiness of use and on performance (including GPU support) * [huggingface/tokenizers](https://github.com/huggingface/tokenizers) - Hugging Face's tokenizers for modern NLP pipelines (original implementation) with bindings for Python. [![Build Status](https://github.com/huggingface/tokenizers/workflows/Rust/badge.svg?branch=master)](https://github.com/huggingface/tokenizers/actions) * [LaurentMazare/tch-rs](https://github.com/LaurentMazare/tch-rs) — Bindings for PyTorch. @@ -1064,7 +1065,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [mikkyang/rust-blas](https://github.com/mikkyang/rust-blas) — BLAS bindings * [calebwin/emu](https://github.com/calebwin/emu) — A language for GPGPU numerical computing * [dimforge/nalgebra](https://github.com/dimforge/nalgebra) — low-dimensional linear algebra library -* [sarah-ek/faer-rs](https://github.com/sarah-ek/faer-rs) [[faer](https://crates.io/crates/faer)] — Linear algebra foundation for Rust +* [faer-rs](https://github.com/sarah-ek/faer-rs) [[faer](https://crates.io/crates/faer)] — Linear algebra foundation for Rust * [GSL](http://www.gnu.org/software/gsl/) * [GuillaumeGomez/rust-GSL](https://github.com/GuillaumeGomez/rust-GSL) — GSL bindings * [LAPACK](https://en.wikipedia.org/wiki/LAPACK)