Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Ruby binding building #2484

Merged
merged 18 commits into from
Oct 16, 2024
Merged

Conversation

KitaitiMakoto
Copy link
Contributor

Hello,

I improved the way of building Ruby binding.

  • C/C++ files required to build binding are updated
  • You can build gem file using Rake: rake build
  • You can run tests using Rake: rake test
  • You can run install the gem in your local machine: rake install
  • You can release the gem by rake release:rubygem_push
  • Test on CI succeeds again

Can you consider this pull request?

Thanks.

@KitaitiMakoto KitaitiMakoto changed the title Fix Ruby binding Fix Ruby binding building Oct 15, 2024
@ggerganov ggerganov merged commit d3f7137 into ggerganov:master Oct 16, 2024
45 checks passed
@KitaitiMakoto KitaitiMakoto deleted the fix-ruby-binding branch October 17, 2024 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants