From adb9f19c8b98751faa4ecd77dd75f6a3f5690432 Mon Sep 17 00:00:00 2001 From: Lutz Roeder Date: Mon, 1 Jan 2024 08:57:25 -0800 Subject: [PATCH] Add .gguf extension (#1209) --- package.json | 1 + source/base.js | 1 + 2 files changed, 2 insertions(+) diff --git a/package.json b/package.json index 71ecdad081..92abeb4364 100755 --- a/package.json +++ b/package.json @@ -114,6 +114,7 @@ { "ext": "cmf", "name": "CNTK Model" }, { "ext": "dlc", "name": "DLC Model" }, { "ext": "dnn", "name": "CNTK Model" }, + { "ext": "gguf", "name": "GGUF Model" }, { "ext": "h5", "name": "Keras Model" }, { "ext": "har", "name": "Hailo Model" }, { "ext": "hd5", "name": "Keras Model" }, diff --git a/source/base.js b/source/base.js index 8bc7081a03..4d50b8a4ad 100644 --- a/source/base.js +++ b/source/base.js @@ -1164,6 +1164,7 @@ base.Metadata = class { 'model', 'json', 'xml', 'cfg', 'bin', 'ort', 'dnn', 'cmf', + 'gguf', 'hd5', 'hdf5', 'keras', 'tfl', 'circle', 'lite', 'mlnet', 'mar', 'maxviz', 'meta', 'nn', 'ngf', 'hn', 'har',