Skip to content

Commit c69b9fc

Browse files
committed
change binary name to gguf-view
1 parent d03ff6d commit c69b9fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/gguf/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@ Example for the output:
132132
[truncated]
133133
```
134134

135+
Alternatively, you can install this package as global, which will provide the `gguf-view` command:
136+
137+
```bash
138+
npm i -g @huggingface/gguf
139+
gguf-view my_model.gguf
140+
```
141+
135142
## Hugging Face Hub
136143

137144
The Hub supports all file formats and has built-in features for GGUF format.

packages/gguf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"module": "./dist/index.mjs",
1212
"types": "./dist/index.d.ts",
1313
"bin": {
14-
"gguf-dump": "./dist/cli.js"
14+
"gguf-view": "./dist/cli.js"
1515
},
1616
"exports": {
1717
".": {

0 commit comments

Comments
 (0)