We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03ff6d commit c69b9fcCopy full SHA for c69b9fc
packages/gguf/README.md
@@ -132,6 +132,13 @@ Example for the output:
132
[truncated]
133
```
134
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
142
## Hugging Face Hub
143
144
The Hub supports all file formats and has built-in features for GGUF format.
packages/gguf/package.json
@@ -11,7 +11,7 @@
11
"module": "./dist/index.mjs",
12
"types": "./dist/index.d.ts",
13
"bin": {
14
- "gguf-dump": "./dist/cli.js"
+ "gguf-view": "./dist/cli.js"
15
},
16
"exports": {
17
".": {
0 commit comments