Skip to content

Commit

Permalink
Add .gguf extension (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jan 1, 2024
1 parent a4d299f commit adb9f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down
1 change: 1 addition & 0 deletions source/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit adb9f19

Please sign in to comment.