Skip to content

Commit

Permalink
Rename ruby-candle to red-candle
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Sep 28, 2023
1 parent 48ef096 commit 854ebda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ruby-candle
# red-candle

[![build](https://github.com/kojix2/ruby-candle/actions/workflows/build.yml/badge.svg)](https://github.com/kojix2/ruby-candle/actions/workflows/build.yml)
[![Gem Version](https://badge.fury.io/rb/ruby-candle.svg)](https://badge.fury.io/rb/ruby-candle)
[![build](https://github.com/kojix2/red-candle/actions/workflows/build.yml/badge.svg)](https://github.com/kojix2/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

Expand All @@ -23,8 +23,8 @@ x = x.reshape([3, 2])
FORK IT!

```
git clone https://github.com/your_name/ruby-candle
cd ruby-candle
git clone https://github.com/your_name/red-candle
cd red-candle
bundle
bundle exec rake compile
```
Expand Down
4 changes: 2 additions & 2 deletions candle.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require_relative 'lib/candle/version'

Gem::Specification.new do |spec|
spec.name = 'ruby-candle'
spec.name = 'red-candle'
spec.version = Candle::VERSION
spec.summary = 'huggingface/candle for ruby'
spec.description = 'POC huggingface/candle for Ruby'
Expand All @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.extensions = ['ext/candle/extconf.rb']
spec.authors = ['kojix2']
spec.email = ['[email protected]']
spec.homepage = 'https://github.com/kojix2/ruby-candle'
spec.homepage = 'https://github.com/kojix2/red-candle'
spec.license = 'MIT'

spec.requirements = ['Rust >= 1.61']
Expand Down

0 comments on commit 854ebda

Please sign in to comment.