Skip to content

Commit 618076e

Browse files
authored
docs: Images links updated (#72)
1 parent 7c0ecbc commit 618076e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/en/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ TEI offers multiple features tailored to optimize the deployment process and enh
3535
Benchmark for [BAAI/bge-base-en-v1.5](https://hf.co/BAAI/bge-large-en-v1.5) on an NVIDIA A10 with a sequence length of 512 tokens:
3636

3737
<p>
38-
<img src="assets/bs1-lat.png" width="400" />
39-
<img src="assets/bs1-tp.png" width="400" />
38+
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/tei/bs1-lat.png" width="400" alt="Latency comparison for batch size of 1" />
39+
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/tei/bs1-tp.png" width="400" alt="Throughput comparison for batch size of 1"/>
4040
</p>
4141
<p>
42-
<img src="assets/bs32-lat.png" width="400" />
43-
<img src="assets/bs32-tp.png" width="400" />
42+
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/tei/bs32-lat.png" width="400" alt="Latency comparison for batch size of 32"/>
43+
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/tei/bs32-tp.png" width="400" alt="Throughput comparison for batch size of 32" />
4444
</p>
4545

4646
**Getting Started:**

0 commit comments

Comments
 (0)