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
12 changes: 5 additions & 7 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.svg">
<source media="(prefers-color-scheme: light)" srcset="docs/images/logo.svg">
<img alt="PUMA Logo" src="docs/images/puma-logo-light.svg" width="240">
<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">
Copy link

Copilot AI Apr 25, 2026

Choose a reason for hiding this comment

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

The fallback in the tag points to the GitHub repository URL (an HTML page), so the logo will not render (and the fallback will be broken in clients that ignore ). Point the to an actual image asset (e.g., the light SVG in docs/images or a raw image URL).

Suggested change
<img alt="PUMA Logo" src="https://github.com/InftyAI/PUMA" width="240">
<img alt="PUMA Logo" src="docs/images/logo-light.svg" width="240">

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

**A lightweight, high-performance inference engine for local AI**
Expand Down Expand Up @@ -31,8 +31,6 @@ cargo install puma

### Build from Source

**Prerequisites:** Rust 1.70+ and Make

```bash
# Clone the repository
git clone https://github.com/InftyAI/PUMA.git
Expand All @@ -42,7 +40,7 @@ cd PUMA
make build
Comment on lines 32 to 40
Copy link

Copilot AI Apr 25, 2026

Choose a reason for hiding this comment

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

The Build from Source section no longer lists prerequisites, but the commands below require at least Cargo/Rust and GNU Make (since it instructs running make build). Consider re-adding a short prerequisites note so new contributors don’t get stuck.

Copilot uses AI. Check for mistakes.

# The binary will be available at ./puma
./puma --version
./puma version
```

## Quick Start
Expand Down Expand Up @@ -114,7 +112,7 @@ puma ls llama -l author=meta
$ puma inspect inftyai/tiny-random-gpt2

name: inftyai/tiny-random-gpt2
kind: model
kind: Model
spec:
author: inftyai
task: text-generation
Expand Down
16 changes: 16 additions & 0 deletions docs/images/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed docs/images/logo.png
Binary file not shown.
Loading