Skip to content

Commit

Permalink
Fix not displayed images (huggingface#1913)
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbelkada authored Mar 18, 2024
1 parent 57c21e4 commit 9a0010d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quanto-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ Note: the first bar in each group always corresponds to the non-quantized model.

<div class="row"><center>
<div class="column">
<img src="https://github.com/huggingface/quanto/blob/main/bench/generation/charts/mistralai-Mistral-7B-v0.1_Accuracy.png" alt="mistralai/Mistral-7B-v0.1 Lambada prediction accuracy">
<img src="https://github.com/huggingface/quanto/blob/main/bench/generation/charts/mistralai-Mistral-7B-v0.1_Accuracy.png?raw=true" alt="mistralai/Mistral-7B-v0.1 Lambada prediction accuracy">
</div>
</center>
</div>

<div class="row"><center>
<div class="column">
<img src="https://github.com/huggingface/quanto/blob/main/bench/generation/charts/mistralai-Mistral-7B-v0.1_Perplexity.png" alt="mistralai/Mistral-7B-v0.1 Lambada prediction accuracy">
<img src="https://github.com/huggingface/quanto/blob/main/bench/generation/charts/mistralai-Mistral-7B-v0.1_Perplexity.png?raw=true" alt="mistralai/Mistral-7B-v0.1 Lambada prediction accuracy">
</div>
</center>
</div>
Expand All @@ -126,7 +126,7 @@ The graph below gives the latency per-token measured on an NVIDIA A100 GPU.

<div class="row"><center>
<div class="column">
<img src="https://github.com/huggingface/quanto/blob/main/bench/generation/charts/mistralai-Mistral-7B-v0.1_Latency__ms_.png" alt="mistralai/Mistral-7B-v0.1 Mean Latency per token">
<img src="https://github.com/huggingface/quanto/blob/main/bench/generation/charts/mistralai-Mistral-7B-v0.1_Latency__ms_.png?raw=true" alt="mistralai/Mistral-7B-v0.1 Mean Latency per token">
</div>
</center>
</div>
Expand Down

0 comments on commit 9a0010d

Please sign in to comment.