From d7b488e698e24dabf02d0e7a23981ba02bb35894 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Tue, 9 Apr 2024 12:57:47 +0900 Subject: [PATCH] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index d530fa0..861744b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # red-candle -[![build](https://github.com/kojix2/red-candle/actions/workflows/build.yml/badge.svg)](https://github.com/kojix2/red-candle/actions/workflows/build.yml) +[![build](https://github.com/assaydepot/red-candle/actions/workflows/build.yml/badge.svg)](https://github.com/assaydepot/red-candle/actions/workflows/build.yml) [![Gem Version](https://badge.fury.io/rb/red-candle.svg)](https://badge.fury.io/rb/red-candle) 🕯️ [candle](https://github.com/huggingface/candle) - Minimalist ML framework - for Ruby @@ -73,18 +73,10 @@ bundle bundle exec rake compile ``` - Implemented with [Magnus](https://github.com/matsadler/magnus), with reference to [Polars Ruby](https://github.com/ankane/polars-ruby) -Policies -- The less code, the better. -- Ideally, the PyPO3 code should work as is. -- Error handling is minimal. - Pull requests are welcome. -kojix2 started this project to learn Rust, but does not necessarily have enough time to maintain this library. If you are interested in becoming a project owner or committer, please send me a pull request. - ### See Also - [Numo::NArray](https://github.com/ruby-numo/numo-narray)