File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ The models also display in the Docker Desktop Dashboard.
9898
9999#### Pull from Hugging Face
100100
101- You can also pull models directly from [ Hugging Face] ( https://huggingface.co/models ) .
101+ You can also pull GGUF models directly from [ Hugging Face] ( https://huggingface.co/models?library=gguf ) .
102102
103103``` console
104104$ docker model pull hf.co/< model-you-want-to-pull>
@@ -107,10 +107,10 @@ $ docker model pull hf.co/<model-you-want-to-pull>
107107For example:
108108
109109``` console
110- $ docker model pull hf.co/nvidia/DAM-3B
110+ $ docker model pull hf.co/bartowski/Llama-3.2-1B-Instruct-GGUF
111111```
112112
113- Pulls the [ Nvidia/DAM-3B model ] ( https://huggingface.co/nvidia/DAM-3B ) .
113+ Pulls the [ bartowski/Llama-3.2-1B-Instruct-GGUF ] ( https://huggingface.co/bartowski/Llama-3.2-1B-Instruct-GGUF ) .
114114
115115### List available models
116116
You can’t perform that action at this time.
0 commit comments