Skip to content

Commit 004942e

Browse files
authored
Update packages/gguf/README.md
1 parent e8bc8ab commit 004942e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/gguf/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ This package provides a CLI equivalent to [`gguf_dump.py`](https://github.com/gg
102102

103103
```bash
104104
npx @huggingface/gguf my_model.gguf
105+
106+
# or, with a remote GGUF file:
107+
# npx @huggingface/gguf https://huggingface.co/bartowski/Llama-3.2-1B-Instruct-GGUF/resolve/main/Llama-3.2-1B-Instruct-Q4_K_M.gguf
105108
```
106109

107110
Example for the output:

0 commit comments

Comments
 (0)