From 290516432f841d262a3bfa0b5493f371dfcafd43 Mon Sep 17 00:00:00 2001 From: Mark Leyva Date: Mon, 27 Nov 2023 03:07:03 -0800 Subject: [PATCH] Add Whisper package (#2765) --- packages.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 81b90b5..7431ea5 100644 --- a/packages.json +++ b/packages.json @@ -32068,5 +32068,17 @@ "description": "Nim package for easy shared library loading.", "license": "NCSA", "web": "https://github.com/amnr/dlutils" - } + }, + { + "name": "whisper", + "url": "https://github.com/maleyva1/whisper", + "method": "git", + "tags": [ + "bindings", + "whisper.cpp" + ], + "description": "Bindings for Whisper.cpp", + "license": "MIT", + "url": "https://github.com/maleyva1/whisper", + }, ]