Skip to content

Commit a57ca73

Browse files
authored
Adjust preview for dark mode and light mode (#250)
* Adjust preview for dark mode and light mode picture element for better display based on color scheme. * Rounded * Update image alt text in README.md
1 parent 12d601c commit a57ca73

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ InferenceMAX™ runs our suite of benchmarks every night, continually re-benchma
44

55
[Full Article Write Up for InferenceMAXv1](https://newsletter.semianalysis.com/p/inferencemax-open-source-inference)
66

7-
<img width="1094" height="697" alt="image" src="https://github.com/user-attachments/assets/752390b5-7ba2-4d34-a344-11a14be15204" />
8-
7+
<picture>
8+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/06966bbc-ebc8-4b3f-9201-d7f2628180cc">
9+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/e78a2789-f65e-4315-af59-a4de6de73488">
10+
<img alt="InferenceMAX benchmark results visualization" src="https://github.com/user-attachments/assets/e78a2789-f65e-4315-af59-a4de6de73488">
11+
</picture>
912

1013
## Why?
1114

0 commit comments

Comments
 (0)