Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div align="center">

<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/images/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="docs/images/logo-light.svg">
<img alt="PUMA Logo" src="https://github.com/InftyAI/PUMA" width="240">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/InftyAI/PUMA/main/site/images/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/InftyAI/PUMA/main/site/images/logo-light.svg">
<img alt="PUMA Logo" src="https://raw.githubusercontent.com/InftyAI/PUMA/main/site/images/logo-light.svg" width="240">
Comment on lines +4 to +6
Copy link

Copilot AI Apr 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README logo references raw.githubusercontent.com/.../main/..., which hard-pins rendering to the main branch and the upstream repo. This breaks logo rendering in forks, in non-main branches/PR previews, and when browsing the repo offline. Prefer repo-relative paths (e.g., site/images/logo-dark.svg / site/images/logo-light.svg) so the README renders consistently from the current checkout.

Suggested change
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/InftyAI/PUMA/main/site/images/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/InftyAI/PUMA/main/site/images/logo-light.svg">
<img alt="PUMA Logo" src="https://raw.githubusercontent.com/InftyAI/PUMA/main/site/images/logo-light.svg" width="240">
<source media="(prefers-color-scheme: dark)" srcset="site/images/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="site/images/logo-light.svg">
<img alt="PUMA Logo" src="site/images/logo-light.svg" width="240">

Copilot uses AI. Check for mistakes.
</picture>

**A lightweight, high-performance inference engine for local AI**
Expand Down
19 changes: 0 additions & 19 deletions docs/images/logo-light2.svg

This file was deleted.

81 changes: 0 additions & 81 deletions docs/images/logo-light3.svg

This file was deleted.

Binary file removed docs/images/logo2.png
Binary file not shown.
File renamed without changes
File renamed without changes
Loading