Skip to content

Commit 4290916

Browse files
committed
fix imgs
1 parent 821ba76 commit 4290916

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/hub/ollama.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Getting started is as simple as:
1010
2. On a model page, choose `ollama` from `Use this model` dropdown. For example: [bartowski/Llama-3.2-1B-Instruct-GGUF](https://huggingface.co/bartowski/Llama-3.2-1B-Instruct-GGUF).
1111

1212
<div class="flex justify-center">
13-
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/ollama-modelpage-light.png"/>
14-
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/ollama-modelpage-dark.png"/>
13+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/ollama-modelpage-light.gif"/>
14+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/ollama-modelpage-dark.gif"/>
1515
</div>
1616

1717
The snippet would be in format:
@@ -41,8 +41,8 @@ To select a different scheme, simply:
4141
2. Choose `ollama` from `Use this model` dropdown.
4242

4343
<div class="flex justify-center">
44-
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/ollama-modeltree-light.png"/>
45-
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/ollama-modeltree-dark.png"/>
44+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/ollama-modeltree-light.gif"/>
45+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/ollama-modeltree-dark.gif"/>
4646
</div>
4747

4848
The snippet would be in format (quantization tag added):

0 commit comments

Comments
 (0)