Skip to content

v0.1.1 pre release#34

Merged
InftyAI-Agent merged 2 commits intoInftyAI:mainfrom
kerthcet:cleanup/per-release
Apr 25, 2026
Merged

v0.1.1 pre release#34
InftyAI-Agent merged 2 commits intoInftyAI:mainfrom
kerthcet:cleanup/per-release

Conversation

@kerthcet
Copy link
Copy Markdown
Member

What this PR does / why we need it

Which issue(s) this PR fixes

Fixes #

Special notes for your reviewer

Does this PR introduce a user-facing change?


Signed-off-by: kerthcet <kerthcet@gmail.com>
Signed-off-by: kerthcet <kerthcet@gmail.com>
Copilot AI review requested due to automatic review settings April 25, 2026 14:48
@InftyAI-Agent InftyAI-Agent added needs-triage Indicates an issue or PR lacks a label and requires one. needs-priority Indicates a PR lacks a label and requires one. do-not-merge/needs-kind Indicates a PR lacks a label and requires one. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Apr 25, 2026
@kerthcet
Copy link
Copy Markdown
Member Author

/lgtm
/kind documentation

@InftyAI-Agent InftyAI-Agent added lgtm Looks good to me, indicates that a PR is ready to be merged. documentation Categorizes issue or PR as related to documentation. and removed do-not-merge/needs-kind Indicates a PR lacks a label and requires one. labels Apr 25, 2026
@InftyAI-Agent InftyAI-Agent merged commit ddefb09 into InftyAI:main Apr 25, 2026
42 of 44 checks passed
@kerthcet kerthcet deleted the cleanup/per-release branch April 25, 2026 14:48
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the project’s README for the v0.1.1 pre-release by refreshing branding and expanding user documentation around model management and CLI usage.

Changes:

  • Replaces the plain title/intro with centered logo + badges and a reorganized “Features” section.
  • Reworks Quick Start/Commands documentation and adds “Advanced Usage” (pattern + label filtering) and an inspect output example.
  • Adds model storage notes, development/test instructions, and a Star History section.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
# Build
make build

# Run tests (67 unit + 22 integration)
Comment thread README.md
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/images/logo.png">
<source media="(prefers-color-scheme: light)" srcset="docs/images/logo.png">
<img alt="PUMA Logo" src="docs/images/puma-logo-light.svg" width="240">
Comment thread README.md

## Installation
</div>

Comment thread README.md
Comment on lines +35 to +42
# Download a model
puma pull inftyai/tiny-random-gpt2

### 2. List Downloaded Models

```bash
# List all models
puma ls
```

### 3. Check System Information
# Inspect model details
puma inspect inftyai/tiny-random-gpt2
Comment thread README.md
Comment on lines +100 to +116
name: inftyai/tiny-random-gpt2
kind: model
spec:
author: inftyai
task: text-generation
license: MIT
model_series: gpt2
context_window: 2.05K
safetensors:
total: 7.00B
parameters:
f32: 7.00B
artifact:
provider: huggingface
revision: abc123de
size: 1.24 GB
cache_path: ~/.puma/cache/...
Comment thread README.md
Comment on lines +122 to +126
## Model Management

- **Database:** `~/.puma/models.db` (SQLite)
- **Cache:** `~/.puma/cache/` (model files)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. documentation Categorizes issue or PR as related to documentation. lgtm Looks good to me, indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a label and requires one. needs-triage Indicates an issue or PR lacks a label and requires one.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants