Skip to content

Commit 7d50d92

Browse files
committed
Update README
1 parent 23f0e31 commit 7d50d92

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,20 @@ make setup
4242
olm pull
4343
```
4444

45+
Pull Hugging Face models:
46+
47+
```sh
48+
olm pull -hf
49+
50+
# With query:
51+
52+
olm pull -hf -q llama3.2
53+
54+
# With limit:
55+
56+
olm pull -hf -q llama3.2 -l 10
57+
```
58+
4559
### Delete Local Model/s
4660

4761
Delete a single model

0 commit comments

Comments
 (0)