From fa925deb1066b48dee6a57f8e0fcdc49693b3787 Mon Sep 17 00:00:00 2001 From: Hans Date: Sat, 4 May 2024 15:07:51 +0800 Subject: [PATCH] docs: add badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4637580..fc11145 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # llama.node +[![CI](https://github.com/mybigday/llama.node/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/mybigday/llama.node/actions/workflows/ci.yml) +![NPM Version](https://img.shields.io/npm/v/%40fugood%2Fllama.node) +![NPM Downloads](https://img.shields.io/npm/dw/%40fugood%2Fllama.node) + Node binding of [llama.cpp](https://github.com/ggerganov/llama.cpp). [llama.cpp](https://github.com/ggerganov/llama.cpp): Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++